Html Css Color HEX #AA723A Reno Sand

📋 copy color: '#AA723A'

red 170 ◦ green 114 ◦ blue 58

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

Shades of Reno Sand #AA723A

Tints of Reno Sand #AA723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 49.71%
G = 33.33%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA723A (or 0xAA723A) is known color: Reno Sand. HEX triplet: AA, 72 and 3A. RGB value is (170,114,58). Sum of RGB (Red+Green+Blue) = 170+114+58=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA723A is #558DC5. Grayscale: #7C7C7C. Windows color (decimal): -5606854 or 3830442. OLE color: 3830442.

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

Color convert

RGB 170 114 58 -
CMYK 0 0.33 0.66 0.33
HSL 30º 0.49% 0.45% -
HSV(B) 30º 0.66% 0.67% -
XYZ 23.36 20.89 6.8 -
YUV 124.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 170 114 58 0 0.33 0.66 0.33 30 0.49 0.45
Hex AA 72 3A 0 21 42 21 1E 31 2D
Octal 252 162 72 0 41 102 41 36 61 55
Binary 10101010 1110010 111010 0 100001 1000010 100001 11110 110001 101101

Color Harmonies of #AA723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA723A

Black with #AA723A

Text Example


Text Example

White with #AA723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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