Html Css Color HEX #AC810B Dark Goldenrod

📋 copy color: '#AC810B'

red 172 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #AC810B

Tints of Dark Goldenrod #AC810B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 55.13%
G = 41.35%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC810B (or 0xAC810B) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 0B. RGB value is (172,129,11). Sum of RGB (Red+Green+Blue) = 172+129+11=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC810B is #537EF4. Grayscale: #808080. Windows color (decimal): -5471989 or 754092. OLE color: 754092.

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

Color convert

RGB 172 129 11 -
CMYK 0 0.25 0.94 0.33
HSL 43.98º 0.88% 0.36% -
HSV(B) 43.98º 0.94% 0.67% -
XYZ 24.92 24.5 3.73 -
YUV 128.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 172 129 11 0 0.25 0.94 0.33 43.98 0.88 0.36
Hex AC 81 B 0 19 5E 21 2C 58 24
Octal 254 201 13 0 31 136 41 54 130 44
Binary 10101100 10000001 1011 0 11001 1011110 100001 101100 1011000 100100

Color Harmonies of #AC810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC810B

Black with #AC810B

Text Example


Text Example

White with #AC810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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