Html Css Color HEX #AA743A Reno Sand

📋 copy color: '#AA743A'

red 170 ◦ green 116 ◦ blue 58

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

Shades of Reno Sand #AA743A

Tints of Reno Sand #AA743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 49.42%
G = 33.72%
B = 16.86%

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

#AA743A (or 0xAA743A) is known color: Reno Sand. HEX triplet: AA, 74 and 3A. RGB value is (170,116,58). Sum of RGB (Red+Green+Blue) = 170+116+58=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA743A is #558BC5. Grayscale: #7D7D7D. Windows color (decimal): -5606342 or 3830954. OLE color: 3830954.

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

Color convert

RGB 170 116 58 -
CMYK 0 0.32 0.66 0.33
HSL 31.07º 0.49% 0.45% -
HSV(B) 31.07º 0.66% 0.67% -
XYZ 23.59 21.34 6.88 -
YUV 125.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 170 116 58 0 0.32 0.66 0.33 31.07 0.49 0.45
Hex AA 74 3A 0 20 42 21 1F 31 2D
Octal 252 164 72 0 40 102 41 37 61 55
Binary 10101010 1110100 111010 0 100000 1000010 100001 11111 110001 101101

Color Harmonies of #AA743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA743A

Black with #AA743A

Text Example


Text Example

White with #AA743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA743A; }

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

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

background-color css

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

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

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

border-color css

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

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

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