Html Css Color HEX #AA7134 Reno Sand

📋 copy color: '#AA7134'

red 170 ◦ green 113 ◦ blue 52

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

Shades of Reno Sand #AA7134

Tints of Reno Sand #AA7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 50.75%
G = 33.73%
B = 15.52%

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

#AA7134 (or 0xAA7134) is known color: Reno Sand. HEX triplet: AA, 71 and 34. RGB value is (170,113,52). Sum of RGB (Red+Green+Blue) = 170+113+52=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7134 is #558ECB. Grayscale: #7B7B7B. Windows color (decimal): -5607116 or 3436970. OLE color: 3436970.

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

Color convert

RGB 170 113 52 -
CMYK 0 0.34 0.69 0.33
HSL 31.02º 0.53% 0.44% -
HSV(B) 31.02º 0.69% 0.67% -
XYZ 23.1 20.6 6.01 -
YUV 123.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 170 113 52 0 0.34 0.69 0.33 31.02 0.53 0.44
Hex AA 71 34 0 22 45 21 1F 35 2C
Octal 252 161 64 0 42 105 41 37 65 54
Binary 10101010 1110001 110100 0 100010 1000101 100001 11111 110101 101100

Color Harmonies of #AA7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7134

Black with #AA7134

Text Example


Text Example

White with #AA7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7134; }

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

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

background-color css

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

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

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

border-color css

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

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

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