Html Css Color HEX #AC810C Dark Goldenrod

📋 copy color: '#AC810C'

red 172 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #AC810C

Tints of Dark Goldenrod #AC810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 54.95%
G = 41.21%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC810C (or 0xAC810C) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 0C. RGB value is (172,129,12). Sum of RGB (Red+Green+Blue) = 172+129+12=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC810C is #537EF3. Grayscale: #818181. Windows color (decimal): -5471988 or 819628. OLE color: 819628.

HSL color Cylindrical-coordinate representation of color #AC810C: hue angle of 43.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC810C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 12 -
CMYK 0 0.25 0.93 0.33
HSL 43.88º 0.87% 0.36% -
HSV(B) 43.88º 0.93% 0.67% -
XYZ 24.93 24.5 3.76 -
YUV 128.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 172 129 12 0 0.25 0.93 0.33 43.88 0.87 0.36
Hex AC 81 C 0 19 5D 21 2C 57 24
Octal 254 201 14 0 31 135 41 54 127 44
Binary 10101100 10000001 1100 0 11001 1011101 100001 101100 1010111 100100

Color Harmonies of #AC810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC810C

Black with #AC810C

Text Example


Text Example

White with #AC810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC810C; }

 p { color: rgb(172,129,12); }

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

background-color css

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

 a { background-color: rgb(172,129,12); }

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

border-color css

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

 span { border-color: rgb(172,129,12); }

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