#AA763B

Color #AA763B Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AA763B

Tints of Reno Sand #AA763B

Color information

#AA763B (or 0xAA763B) is unknown color: approx 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

RGB17011859-
CMYK00.310.650.33
HSL31.89º48.47%44.9%-
HSV(B)31.89º65.29%66.67%-
XYZ23.8521.827.09-
YUV126.8289.73158.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=48.99%
G=34.01%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701185900.310.650.3331.8948.4744.9
HexAA763B01F412120302d
Octal2521667303710141406055
Binary1010101011101101110110111111000001100001100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>