Html Css Color HEX #AC870B Dark Goldenrod

📋 copy color: '#AC870B'

red 172 ◦ green 135 ◦ blue 11

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

Shades of Dark Goldenrod #AC870B

Tints of Dark Goldenrod #AC870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 54.09%
G = 42.45%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC870B (or 0xAC870B) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 0B. RGB value is (172,135,11). Sum of RGB (Red+Green+Blue) = 172+135+11=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC870B is #5378F4. Grayscale: #848484. Windows color (decimal): -5470453 or 755628. OLE color: 755628.

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

Color convert

RGB 172 135 11 -
CMYK 0 0.22 0.94 0.33
HSL 46.21º 0.88% 0.36% -
HSV(B) 46.21º 0.94% 0.67% -
XYZ 25.74 26.12 4 -
YUV 131.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 172 135 11 0 0.22 0.94 0.33 46.21 0.88 0.36
Hex AC 87 B 0 16 5E 21 2E 58 24
Octal 254 207 13 0 26 136 41 56 130 44
Binary 10101100 10000111 1011 0 10110 1011110 100001 101110 1011000 100100

Color Harmonies of #AC870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC870B

Black with #AC870B

Text Example


Text Example

White with #AC870B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC870B; }

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

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

background-color css

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

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

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

border-color css

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

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

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