Html Css Color HEX #AA810B Dark Goldenrod

📋 copy color: '#AA810B'

red 170 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #AA810B

Tints of Dark Goldenrod #AA810B

RGB

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

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

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

R = 54.84%
G = 41.61%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA810B (or 0xAA810B) is known color: Dark Goldenrod. HEX triplet: AA, 81 and 0B. RGB value is (170,129,11). Sum of RGB (Red+Green+Blue) = 170+129+11=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA810B is #557EF4. Grayscale: #808080. Windows color (decimal): -5603061 or 754090. OLE color: 754090.

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

Color convert

RGB 170 129 11 -
CMYK 0 0.24 0.94 0.33
HSL 44.53º 0.88% 0.35% -
HSV(B) 44.53º 0.94% 0.67% -
XYZ 24.49 24.27 3.71 -
YUV 127.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 170 129 11 0 0.24 0.94 0.33 44.53 0.88 0.35
Hex AA 81 B 0 18 5E 21 2D 58 23
Octal 252 201 13 0 30 136 41 55 130 43
Binary 10101010 10000001 1011 0 11000 1011110 100001 101101 1011000 100011

Color Harmonies of #AA810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA810B

Black with #AA810B

Text Example


Text Example

White with #AA810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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