Html Css Color HEX #AA6613 Golden Brown

📋 copy color: '#AA6613'

red 170 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #AA6613

Tints of Golden Brown #AA6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 58.42%
G = 35.05%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6613 (or 0xAA6613) is known color: Golden Brown. HEX triplet: AA, 66 and 13. RGB value is (170,102,19). Sum of RGB (Red+Green+Blue) = 170+102+19=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6613 is #5599EC. Grayscale: #717171. Windows color (decimal): -5609965 or 1271466. OLE color: 1271466.

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

Color convert

RGB 170 102 19 -
CMYK 0 0.4 0.89 0.33
HSL 32.98º 0.8% 0.37% -
HSV(B) 32.98º 0.89% 0.67% -
XYZ 21.45 18.1 2.98 -
YUV 112.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 170 102 19 0 0.4 0.89 0.33 32.98 0.8 0.37
Hex AA 66 13 0 28 59 21 21 50 25
Octal 252 146 23 0 50 131 41 41 120 45
Binary 10101010 1100110 10011 0 101000 1011001 100001 100001 1010000 100101

Color Harmonies of #AA6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6613

Black with #AA6613

Text Example


Text Example

White with #AA6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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