Html Css Color HEX #AA870B Dark Goldenrod

📋 copy color: '#AA870B'

red 170 ◦ green 135 ◦ blue 11

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

Shades of Dark Goldenrod #AA870B

Tints of Dark Goldenrod #AA870B

RGB

 RED value IS 170 (66.8% from 255) = 53.8%

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

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

R = 53.8%
G = 42.72%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA870B (or 0xAA870B) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 0B. RGB value is (170,135,11). Sum of RGB (Red+Green+Blue) = 170+135+11=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA870B is #5578F4. Grayscale: #838383. Windows color (decimal): -5601525 or 755626. OLE color: 755626.

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

Color convert

RGB 170 135 11 -
CMYK 0 0.21 0.94 0.33
HSL 46.79º 0.88% 0.35% -
HSV(B) 46.79º 0.94% 0.67% -
XYZ 25.3 25.9 3.98 -
YUV 131.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 170 135 11 0 0.21 0.94 0.33 46.79 0.88 0.35
Hex AA 87 B 0 15 5E 21 2F 58 23
Octal 252 207 13 0 25 136 41 57 130 43
Binary 10101010 10000111 1011 0 10101 1011110 100001 101111 1011000 100011

Color Harmonies of #AA870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA870B

Black with #AA870B

Text Example


Text Example

White with #AA870B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA870B; }

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

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

background-color css

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

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

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

border-color css

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

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

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