Html Css Color HEX #AA6310 Golden Brown

📋 copy color: '#AA6310'

red 170 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #AA6310

Tints of Golden Brown #AA6310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 59.65%
G = 34.74%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA6310 (or 0xAA6310) is known color: Golden Brown. HEX triplet: AA, 63 and 10. RGB value is (170,99,16). Sum of RGB (Red+Green+Blue) = 170+99+16=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6310 is #559CEF. Grayscale: #6F6F6F. Windows color (decimal): -5610736 or 1074090. OLE color: 1074090.

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

Color convert

RGB 170 99 16 -
CMYK 0 0.42 0.91 0.33
HSL 32.34º 0.83% 0.36% -
HSV(B) 32.34º 0.91% 0.67% -
XYZ 21.13 17.51 2.76 -
YUV 110.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 170 99 16 0 0.42 0.91 0.33 32.34 0.83 0.36
Hex AA 63 10 0 2A 5B 21 20 53 24
Octal 252 143 20 0 52 133 41 40 123 44
Binary 10101010 1100011 10000 0 101010 1011011 100001 100000 1010011 100100

Color Harmonies of #AA6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6310

Black with #AA6310

Text Example


Text Example

White with #AA6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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