Html Css Color HEX #AA7138 Reno Sand

📋 copy color: '#AA7138'

red 170 ◦ green 113 ◦ blue 56

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

Shades of Reno Sand #AA7138

Tints of Reno Sand #AA7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 50.15%
G = 33.33%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA7138 (or 0xAA7138) is known color: Reno Sand. HEX triplet: AA, 71 and 38. RGB value is (170,113,56). Sum of RGB (Red+Green+Blue) = 170+113+56=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7138 is #558EC7. Grayscale: #7B7B7B. Windows color (decimal): -5607112 or 3699114. OLE color: 3699114.

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

Color convert

RGB 170 113 56 -
CMYK 0 0.34 0.67 0.33
HSL 30º 0.5% 0.44% -
HSV(B) 30º 0.67% 0.67% -
XYZ 23.2 20.64 6.5 -
YUV 123.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 170 113 56 0 0.34 0.67 0.33 30 0.5 0.44
Hex AA 71 38 0 22 43 21 1E 32 2C
Octal 252 161 70 0 42 103 41 36 62 54
Binary 10101010 1110001 111000 0 100010 1000011 100001 11110 110010 101100

Color Harmonies of #AA7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7138

Black with #AA7138

Text Example


Text Example

White with #AA7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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