Html Css Color HEX #AA7034 Reno Sand

📋 copy color: '#AA7034'

red 170 ◦ green 112 ◦ blue 52

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

Shades of Reno Sand #AA7034

Tints of Reno Sand #AA7034

RGB

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

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

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

R = 50.9%
G = 33.53%
B = 15.57%

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

#AA7034 (or 0xAA7034) is known color: Reno Sand. HEX triplet: AA, 70 and 34. RGB value is (170,112,52). Sum of RGB (Red+Green+Blue) = 170+112+52=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7034 is #558FCB. Grayscale: #7A7A7A. Windows color (decimal): -5607372 or 3436714. OLE color: 3436714.

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

Color convert

RGB 170 112 52 -
CMYK 0 0.34 0.69 0.33
HSL 30.51º 0.53% 0.44% -
HSV(B) 30.51º 0.69% 0.67% -
XYZ 22.99 20.38 5.97 -
YUV 122.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 170 112 52 0 0.34 0.69 0.33 30.51 0.53 0.44
Hex AA 70 34 0 22 45 21 1F 35 2C
Octal 252 160 64 0 42 105 41 37 65 54
Binary 10101010 1110000 110100 0 100010 1000101 100001 11111 110101 101100

Color Harmonies of #AA7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7034

Black with #AA7034

Text Example


Text Example

White with #AA7034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7034; }

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

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

background-color css

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

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

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

border-color css

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

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

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