Html Css Color HEX #AA810C Dark Goldenrod

📋 copy color: '#AA810C'

red 170 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #AA810C

Tints of Dark Goldenrod #AA810C

RGB

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

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

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

R = 54.66%
G = 41.48%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA810C (or 0xAA810C) is known color: Dark Goldenrod. HEX triplet: AA, 81 and 0C. RGB value is (170,129,12). Sum of RGB (Red+Green+Blue) = 170+129+12=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA810C is #557EF3. Grayscale: #808080. Windows color (decimal): -5603060 or 819626. OLE color: 819626.

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

Color convert

RGB 170 129 12 -
CMYK 0 0.24 0.93 0.33
HSL 44.43º 0.87% 0.36% -
HSV(B) 44.43º 0.93% 0.67% -
XYZ 24.49 24.27 3.74 -
YUV 127.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 170 129 12 0 0.24 0.93 0.33 44.43 0.87 0.36
Hex AA 81 C 0 18 5D 21 2C 57 24
Octal 252 201 14 0 30 135 41 54 127 44
Binary 10101010 10000001 1100 0 11000 1011101 100001 101100 1010111 100100

Color Harmonies of #AA810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA810C

Black with #AA810C

Text Example


Text Example

White with #AA810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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