Html Css Color HEX #AA6410 Golden Brown

📋 copy color: '#AA6410'

red 170 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #AA6410

Tints of Golden Brown #AA6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 59.44%
G = 34.97%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA6410 (or 0xAA6410) is known color: Golden Brown. HEX triplet: AA, 64 and 10. RGB value is (170,100,16). Sum of RGB (Red+Green+Blue) = 170+100+16=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6410 is #559BEF. Grayscale: #6F6F6F. Windows color (decimal): -5610480 or 1074346. OLE color: 1074346.

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

Color convert

RGB 170 100 16 -
CMYK 0 0.41 0.91 0.33
HSL 32.73º 0.83% 0.36% -
HSV(B) 32.73º 0.91% 0.67% -
XYZ 21.23 17.7 2.79 -
YUV 111.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 170 100 16 0 0.41 0.91 0.33 32.73 0.83 0.36
Hex AA 64 10 0 29 5B 21 21 53 24
Octal 252 144 20 0 51 133 41 41 123 44
Binary 10101010 1100100 10000 0 101001 1011011 100001 100001 1010011 100100

Color Harmonies of #AA6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6410

Black with #AA6410

Text Example


Text Example

White with #AA6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6410; }

 p { color: rgb(170,100,16); }

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

background-color css

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

 a { background-color: rgb(170,100,16); }

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

border-color css

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

 span { border-color: rgb(170,100,16); }

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