Html Css Color HEX #AC8A12 Dark Goldenrod

📋 copy color: '#AC8A12'

red 172 ◦ green 138 ◦ blue 18

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

Shades of Dark Goldenrod #AC8A12

Tints of Dark Goldenrod #AC8A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 52.44%
G = 42.07%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8A12 (or 0xAC8A12) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 12. RGB value is (172,138,18). Sum of RGB (Red+Green+Blue) = 172+138+18=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A12 is #5375ED. Grayscale: #878787. Windows color (decimal): -5469678 or 1215148. OLE color: 1215148.

HSL color Cylindrical-coordinate representation of color #AC8A12: hue angle of 46.75º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8A12 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 18 -
CMYK 0 0.20 0.90 0.33
HSL 46.75º 0.81% 0.37% -
HSV(B) 46.75º 0.9% 0.67% -
XYZ 26.21 26.99 4.4 -
YUV 134.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 172 138 18 0 0.20 0.90 0.33 46.75 0.81 0.37
Hex AC 8A 12 0 14 5A 21 2F 51 25
Octal 254 212 22 0 24 132 41 57 121 45
Binary 10101100 10001010 10010 0 10100 1011010 100001 101111 1010001 100101

Color Harmonies of #AC8A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A12

Black with #AC8A12

Text Example


Text Example

White with #AC8A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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