Html Css Color HEX #AA733A Reno Sand

📋 copy color: '#AA733A'

red 170 ◦ green 115 ◦ blue 58

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

Shades of Reno Sand #AA733A

Tints of Reno Sand #AA733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 49.56%
G = 33.53%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA733A (or 0xAA733A) is known color: Reno Sand. HEX triplet: AA, 73 and 3A. RGB value is (170,115,58). Sum of RGB (Red+Green+Blue) = 170+115+58=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA733A is #558CC5. Grayscale: #7D7D7D. Windows color (decimal): -5606598 or 3830698. OLE color: 3830698.

HSL color Cylindrical-coordinate representation of color #AA733A: hue angle of 30.54º degrees, saturation: 0.49, 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 #AA733A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 58 -
CMYK 0 0.32 0.66 0.33
HSL 30.54º 0.49% 0.45% -
HSV(B) 30.54º 0.66% 0.67% -
XYZ 23.47 21.11 6.84 -
YUV 124.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 170 115 58 0 0.32 0.66 0.33 30.54 0.49 0.45
Hex AA 73 3A 0 20 42 21 1F 31 2D
Octal 252 163 72 0 40 102 41 37 61 55
Binary 10101010 1110011 111010 0 100000 1000010 100001 11111 110001 101101

Color Harmonies of #AA733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA733A

Black with #AA733A

Text Example


Text Example

White with #AA733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA733A; }

 p { color: rgb(170,115,58); }

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

background-color css

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

 a { background-color: rgb(170,115,58); }

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

border-color css

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

 span { border-color: rgb(170,115,58); }

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