Html Css Color HEX #AA6D2E Reno Sand

📋 copy color: '#AA6D2E'

red 170 ◦ green 109 ◦ blue 46

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

Shades of Reno Sand #AA6D2E

Tints of Reno Sand #AA6D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 52.31%
G = 33.54%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA6D2E (or 0xAA6D2E) is known color: Reno Sand. HEX triplet: AA, 6D and 2E. RGB value is (170,109,46). Sum of RGB (Red+Green+Blue) = 170+109+46=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D2E is #5592D1. Grayscale: #787878. Windows color (decimal): -5608146 or 3042730. OLE color: 3042730.

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

Color convert

RGB 170 109 46 -
CMYK 0 0.36 0.73 0.33
HSL 30.48º 0.57% 0.42% -
HSV(B) 30.48º 0.73% 0.67% -
XYZ 22.54 19.68 5.2 -
YUV 120.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 170 109 46 0 0.36 0.73 0.33 30.48 0.57 0.42
Hex AA 6D 2E 0 24 49 21 1E 39 2A
Octal 252 155 56 0 44 111 41 36 71 52
Binary 10101010 1101101 101110 0 100100 1001001 100001 11110 111001 101010

Color Harmonies of #AA6D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D2E

Black with #AA6D2E

Text Example


Text Example

White with #AA6D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D2E; }

 p { color: rgb(170,109,46); }

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

background-color css

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

 a { background-color: rgb(170,109,46); }

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

border-color css

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

 span { border-color: rgb(170,109,46); }

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