Html Css Color HEX #AA7035 Reno Sand

📋 copy color: '#AA7035'

red 170 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #AA7035

Tints of Reno Sand #AA7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 50.75%
G = 33.43%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA7035 (or 0xAA7035) is known color: Reno Sand. HEX triplet: AA, 70 and 35. RGB value is (170,112,53). Sum of RGB (Red+Green+Blue) = 170+112+53=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7035 is #558FCA. Grayscale: #7A7A7A. Windows color (decimal): -5607371 or 3502250. OLE color: 3502250.

HSL color Cylindrical-coordinate representation of color #AA7035: hue angle of 30.26º degrees, saturation: 0.52, 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 #AA7035 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 53 -
CMYK 0 0.34 0.69 0.33
HSL 30.26º 0.52% 0.44% -
HSV(B) 30.26º 0.69% 0.67% -
XYZ 23.01 20.39 6.09 -
YUV 122.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 170 112 53 0 0.34 0.69 0.33 30.26 0.52 0.44
Hex AA 70 35 0 22 45 21 1E 34 2C
Octal 252 160 65 0 42 105 41 36 64 54
Binary 10101010 1110000 110101 0 100010 1000101 100001 11110 110100 101100

Color Harmonies of #AA7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7035

Black with #AA7035

Text Example


Text Example

White with #AA7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7035; }

 p { color: rgb(170,112,53); }

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

background-color css

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

 a { background-color: rgb(170,112,53); }

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

border-color css

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

 span { border-color: rgb(170,112,53); }

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