Html Css Color HEX #AA600F Golden Brown

📋 copy color: '#AA600F'

red 170 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #AA600F

Tints of Golden Brown #AA600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 60.5%
G = 34.16%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA600F (or 0xAA600F) is known color: Golden Brown. HEX triplet: AA, 60 and 0F. RGB value is (170,96,15). Sum of RGB (Red+Green+Blue) = 170+96+15=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA600F is #559FF0. Grayscale: #6D6D6D. Windows color (decimal): -5611505 or 1007786. OLE color: 1007786.

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

Color convert

RGB 170 96 15 -
CMYK 0 0.44 0.91 0.33
HSL 31.35º 0.84% 0.36% -
HSV(B) 31.35º 0.91% 0.67% -
XYZ 20.85 16.95 2.62 -
YUV 108.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 170 96 15 0 0.44 0.91 0.33 31.35 0.84 0.36
Hex AA 60 F 0 2C 5B 21 1F 54 24
Octal 252 140 17 0 54 133 41 37 124 44
Binary 10101010 1100000 1111 0 101100 1011011 100001 11111 1010100 100100

Color Harmonies of #AA600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA600F

Black with #AA600F

Text Example


Text Example

White with #AA600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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