Html Css Color HEX #AC8A05 Dark Goldenrod

📋 copy color: '#AC8A05'

red 172 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #AC8A05

Tints of Dark Goldenrod #AC8A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 54.6%
G = 43.81%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC8A05 (or 0xAC8A05) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 05. RGB value is (172,138,5). Sum of RGB (Red+Green+Blue) = 172+138+5=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A05 is #5375FA. Grayscale: #858585. Windows color (decimal): -5469691 or 363180. OLE color: 363180.

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

Color convert

RGB 172 138 5 -
CMYK 0 0.20 0.97 0.33
HSL 47.78º 0.94% 0.35% -
HSV(B) 47.78º 0.97% 0.67% -
XYZ 26.13 26.96 3.97 -
YUV 133 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 172 138 5 0 0.20 0.97 0.33 47.78 0.94 0.35
Hex AC 8A 5 0 14 61 21 30 5E 23
Octal 254 212 5 0 24 141 41 60 136 43
Binary 10101100 10001010 101 0 10100 1100001 100001 110000 1011110 100011

Color Harmonies of #AC8A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A05

Black with #AC8A05

Text Example


Text Example

White with #AC8A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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