Html Css Color HEX #AC8A07 Dark Goldenrod

📋 copy color: '#AC8A07'

red 172 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #AC8A07

Tints of Dark Goldenrod #AC8A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 54.26%
G = 43.53%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC8A07 (or 0xAC8A07) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 07. RGB value is (172,138,7). Sum of RGB (Red+Green+Blue) = 172+138+7=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A07 is #5375F8. Grayscale: #858585. Windows color (decimal): -5469689 or 494252. OLE color: 494252.

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

Color convert

RGB 172 138 7 -
CMYK 0 0.20 0.96 0.33
HSL 47.64º 0.92% 0.35% -
HSV(B) 47.64º 0.96% 0.67% -
XYZ 26.14 26.96 4.03 -
YUV 133.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 172 138 7 0 0.20 0.96 0.33 47.64 0.92 0.35
Hex AC 8A 7 0 14 60 21 30 5C 23
Octal 254 212 7 0 24 140 41 60 134 43
Binary 10101100 10001010 111 0 10100 1100000 100001 110000 1011100 100011

Color Harmonies of #AC8A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A07

Black with #AC8A07

Text Example


Text Example

White with #AC8A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A07; }

 p { color: rgb(172,138,7); }

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

background-color css

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

 a { background-color: rgb(172,138,7); }

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

border-color css

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

 span { border-color: rgb(172,138,7); }

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