Html Css Color HEX #AA6D34 Reno Sand

📋 copy color: '#AA6D34'

red 170 ◦ green 109 ◦ blue 52

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

Shades of Reno Sand #AA6D34

Tints of Reno Sand #AA6D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 51.36%
G = 32.93%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA6D34 (or 0xAA6D34) is known color: Reno Sand. HEX triplet: AA, 6D and 34. RGB value is (170,109,52). Sum of RGB (Red+Green+Blue) = 170+109+52=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D34 is #5592CB. Grayscale: #797979. Windows color (decimal): -5608140 or 3435946. OLE color: 3435946.

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

Color convert

RGB 170 109 52 -
CMYK 0 0.36 0.69 0.33
HSL 28.98º 0.53% 0.44% -
HSV(B) 28.98º 0.69% 0.67% -
XYZ 22.67 19.73 5.86 -
YUV 120.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 170 109 52 0 0.36 0.69 0.33 28.98 0.53 0.44
Hex AA 6D 34 0 24 45 21 1D 35 2C
Octal 252 155 64 0 44 105 41 35 65 54
Binary 10101010 1101101 110100 0 100100 1000101 100001 11101 110101 101100

Color Harmonies of #AA6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D34

Black with #AA6D34

Text Example


Text Example

White with #AA6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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