#ac7b05

Color #AC7B05 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AC7B05

Tints of Dark Goldenrod #AC7B05

Color information

#AC7B05 (or 0xAC7B05) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 7B and 05. RGB value is (172,123,5). Sum of RGB (Red+Green+Blue) = 172+123+5=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B05 is #5384FA. Grayscale: #7C7C7C. Windows color (decimal): -5473531 or 359340. OLE color: 359340.

HSL color Cylindrical-coordinate representation of color #AC7B05: hue angle of 42.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC7B05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1721235-
CMYK00.280.970.33
HSL42.4º94.35%34.71%-
HSV(B)42.4º97.09%67.45%-
XYZ24.1222.953.3-
YUV124.260.73162.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=57.33%
G=41%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172123500.280.970.3342.494.3534.71
HexAC7B501C61212a5e23
Octal2541735034141415213643
Binary10101100111101110101110011000011000011010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7b05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7b05; }

 p { color: rgb(172,123,5); }

 H1.HeaderClassName
 {
   color: #ac7b05;
 }
 .AnyTagClassName
 {
   color: #ac7b05;
 }
</style>
background-color css

<style>
 a { background-color: #ac7b05; }

 a { background-color: rgb(172,123,5); }

 div.DivClassName
 {
   background-color: #ac7b05;
 }
 .BgClassName
 {
   background-color: #ac7b05;
 }
</style>
border-color css

<style>
 span { border-color: #ac7b05; }

 span { border-color: rgb(172,123,5); }

 td.TdClassName
 {
   border-color: #ac7b05;
 }
 .TagClassName
 {
   border-color: #ac7b05;
 }
</style>