Html Css Color HEX #AA6113 Golden Brown

📋 copy color: '#AA6113'

red 170 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #AA6113

Tints of Golden Brown #AA6113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 59.44%
G = 33.92%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6113 (or 0xAA6113) is known color: Golden Brown. HEX triplet: AA, 61 and 13. RGB value is (170,97,19). Sum of RGB (Red+Green+Blue) = 170+97+19=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6113 is #559EEC. Grayscale: #6E6E6E. Windows color (decimal): -5611245 or 1270186. OLE color: 1270186.

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

Color convert

RGB 170 97 19 -
CMYK 0 0.43 0.89 0.33
HSL 30.99º 0.8% 0.37% -
HSV(B) 30.99º 0.89% 0.67% -
XYZ 20.97 17.14 2.82 -
YUV 109.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 170 97 19 0 0.43 0.89 0.33 30.99 0.8 0.37
Hex AA 61 13 0 2B 59 21 1F 50 25
Octal 252 141 23 0 53 131 41 37 120 45
Binary 10101010 1100001 10011 0 101011 1011001 100001 11111 1010000 100101

Color Harmonies of #AA6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6113

Black with #AA6113

Text Example


Text Example

White with #AA6113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6113; }

 p { color: rgb(170,97,19); }

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

background-color css

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

 a { background-color: rgb(170,97,19); }

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

border-color css

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

 span { border-color: rgb(170,97,19); }

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