Html Css Color HEX #AA800F Dark Goldenrod

📋 copy color: '#AA800F'

red 170 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #AA800F

Tints of Dark Goldenrod #AA800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 54.31%
G = 40.89%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA800F (or 0xAA800F) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 0F. RGB value is (170,128,15). Sum of RGB (Red+Green+Blue) = 170+128+15=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800F is #557FF0. Grayscale: #808080. Windows color (decimal): -5603313 or 1015978. OLE color: 1015978.

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

Color convert

RGB 170 128 15 -
CMYK 0 0.25 0.91 0.33
HSL 43.74º 0.84% 0.36% -
HSV(B) 43.74º 0.91% 0.67% -
XYZ 24.38 24.02 3.8 -
YUV 127.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 170 128 15 0 0.25 0.91 0.33 43.74 0.84 0.36
Hex AA 80 F 0 19 5B 21 2C 54 24
Octal 252 200 17 0 31 133 41 54 124 44
Binary 10101010 10000000 1111 0 11001 1011011 100001 101100 1010100 100100

Color Harmonies of #AA800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA800F

Black with #AA800F

Text Example


Text Example

White with #AA800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA800F; }

 p { color: rgb(170,128,15); }

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

background-color css

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

 a { background-color: rgb(170,128,15); }

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

border-color css

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

 span { border-color: rgb(170,128,15); }

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