#AB763A

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

Shades of Reno Sand #AB763A

Tints of Reno Sand #AB763A

Color information

#AB763A (or 0xAB763A) is unknown color: approx Reno Sand. HEX triplet: AB, 76 and 3A. RGB value is (171,118,58). Sum of RGB (Red+Green+Blue) = 171+118+58=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB763A is #5489C5. Grayscale: #7F7F7F. Windows color (decimal): -5540294 or 3831467. OLE color: 3831467.

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

Color convert

RGB17111858-
CMYK00.310.660.33
HSL31.86º49.34%44.9%-
HSV(B)31.86º66.08%67.06%-
XYZ24.0421.926.97-
YUV127.0189.06159.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=49.28%
G=34.01%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711185800.310.660.3331.8649.3444.9
HexAB763A01F422120312d
Octal2531667203710241406155
Binary1010101111101101110100111111000010100001100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB763A; }

 p { color: rgb(171,118,58); }

 H1.HeaderClassName
 {
   color: #AB763A;
 }
 .AnyTagClassName
 {
   color: #AB763A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,118,58); }

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

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

 span { border-color: rgb(171,118,58); }

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