Html Css Color HEX #AA7539 Reno Sand

📋 copy color: '#AA7539'

red 170 ◦ green 117 ◦ blue 57

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

Shades of Reno Sand #AA7539

Tints of Reno Sand #AA7539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 57 (22.66% from 255) = 16.57%

R = 49.42%
G = 34.01%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA7539 (or 0xAA7539) is known color: Reno Sand. HEX triplet: AA, 75 and 39. RGB value is (170,117,57). Sum of RGB (Red+Green+Blue) = 170+117+57=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7539 is #558AC6. Grayscale: #7E7E7E. Windows color (decimal): -5606087 or 3765674. OLE color: 3765674.

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

Color convert

RGB 170 117 57 -
CMYK 0 0.31 0.66 0.33
HSL 31.86º 0.5% 0.45% -
HSV(B) 31.86º 0.66% 0.67% -
XYZ 23.68 21.56 6.79 -
YUV 126.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 170 117 57 0 0.31 0.66 0.33 31.86 0.5 0.45
Hex AA 75 39 0 1F 42 21 20 32 2D
Octal 252 165 71 0 37 102 41 40 62 55
Binary 10101010 1110101 111001 0 11111 1000010 100001 100000 110010 101101

Color Harmonies of #AA7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7539

Black with #AA7539

Text Example


Text Example

White with #AA7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7539; }

 p { color: rgb(170,117,57); }

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

background-color css

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

 a { background-color: rgb(170,117,57); }

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

border-color css

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

 span { border-color: rgb(170,117,57); }

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