Html Css Color HEX #AC7A06 Dark Goldenrod

📋 copy color: '#AC7A06'

red 172 ◦ green 122 ◦ blue 6

#AC7A06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AC7A06

Tints of Dark Goldenrod #AC7A06

RGB

 RED value IS 172 (67.58% from 255) = 57.33%

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 6 (2.73% from 255) = 2%

R = 57.33%
G = 40.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC7A06 (or 0xAC7A06) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 06. RGB value is (172,122,6). Sum of RGB (Red+Green+Blue) = 172+122+6=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A06 is #5385F9. Grayscale: #7C7C7C. Windows color (decimal): -5473786 or 424620. OLE color: 424620.

HSL color Cylindrical-coordinate representation of color #AC7A06: hue angle of 41.93º degrees, saturation: 0.93, 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 #AC7A06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 122 6 -
CMYK 0 0.29 0.97 0.33
HSL 41.93º 0.93% 0.35% -
HSV(B) 41.93º 0.97% 0.67% -
XYZ 24.01 22.7 3.29 -
YUV 123.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 172 122 6 0 0.29 0.97 0.33 41.93 0.93 0.35
Hex AC 7A 6 0 1D 61 21 2A 5D 23
Octal 254 172 6 0 35 141 41 52 135 43
Binary 10101100 1111010 110 0 11101 1100001 100001 101010 1011101 100011

Color Harmonies of #AC7A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A06

Black with #AC7A06

Text Example


Text Example

White with #AC7A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A06; }

 p { color: rgb(172,122,6); }

 H1.HeaderClassName
 {
   color: #AC7A06;
 }
 .AnyTagClassName
 {
   color: #AC7A06;
 }
</style>

background-color css

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

 a { background-color: rgb(172,122,6); }

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

border-color css

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

 span { border-color: rgb(172,122,6); }

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