Html Css Color HEX #AA763B Reno Sand

📋 copy color: '#AA763B'

red 170 ◦ green 118 ◦ blue 59

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

Shades of Reno Sand #AA763B

Tints of Reno Sand #AA763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 59 (23.44% from 255) = 17%

R = 48.99%
G = 34.01%
B = 17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA763B (or 0xAA763B) is known color: Reno Sand. HEX triplet: AA, 76 and 3B. RGB value is (170,118,59). Sum of RGB (Red+Green+Blue) = 170+118+59=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA763B is #5589C4. Grayscale: #7F7F7F. Windows color (decimal): -5605829 or 3897002. OLE color: 3897002.

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

Color convert

RGB 170 118 59 -
CMYK 0 0.31 0.65 0.33
HSL 31.89º 0.48% 0.45% -
HSV(B) 31.89º 0.65% 0.67% -
XYZ 23.85 21.82 7.09 -
YUV 126.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 170 118 59 0 0.31 0.65 0.33 31.89 0.48 0.45
Hex AA 76 3B 0 1F 41 21 20 30 2D
Octal 252 166 73 0 37 101 41 40 60 55
Binary 10101010 1110110 111011 0 11111 1000001 100001 100000 110000 101101

Color Harmonies of #AA763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA763B

Black with #AA763B

Text Example


Text Example

White with #AA763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA763B; }

 p { color: rgb(170,118,59); }

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

background-color css

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

 a { background-color: rgb(170,118,59); }

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

border-color css

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

 span { border-color: rgb(170,118,59); }

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