Html Css Color HEX #AA6315 Golden Brown

📋 copy color: '#AA6315'

red 170 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #AA6315

Tints of Golden Brown #AA6315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.24%

R = 58.62%
G = 34.14%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA6315 (or 0xAA6315) is known color: Golden Brown. HEX triplet: AA, 63 and 15. RGB value is (170,99,21). Sum of RGB (Red+Green+Blue) = 170+99+21=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6315 is #559CEA. Grayscale: #6F6F6F. Windows color (decimal): -5610731 or 1401770. OLE color: 1401770.

HSL color Cylindrical-coordinate representation of color #AA6315: hue angle of 31.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA6315 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 21 -
CMYK 0 0.42 0.88 0.33
HSL 31.41º 0.78% 0.37% -
HSV(B) 31.41º 0.88% 0.67% -
XYZ 21.17 17.52 2.98 -
YUV 111.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 170 99 21 0 0.42 0.88 0.33 31.41 0.78 0.37
Hex AA 63 15 0 2A 58 21 1F 4E 25
Octal 252 143 25 0 52 130 41 37 116 45
Binary 10101010 1100011 10101 0 101010 1011000 100001 11111 1001110 100101

Color Harmonies of #AA6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6315

Black with #AA6315

Text Example


Text Example

White with #AA6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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