#AB6F38

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

Shades of Reno Sand #AB6F38

Tints of Reno Sand #AB6F38

Color information

#AB6F38 (or 0xAB6F38) is unknown color: approx Reno Sand. HEX triplet: AB, 6F and 38. RGB value is (171,111,56). Sum of RGB (Red+Green+Blue) = 171+111+56=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F38 is #5490C7. Grayscale: #7A7A7A. Windows color (decimal): -5542088 or 3698603. OLE color: 3698603.

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

Color convert

RGB17111156-
CMYK00.350.670.33
HSL28.7º50.66%44.51%-
HSV(B)28.7º67.25%67.06%-
XYZ23.1920.316.44-
YUV122.6790.38162.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=50.59%
G=32.84%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711115600.350.670.3328.750.6644.51
HexAB6F3802343211d332d
Octal2531577004310341356355
Binary1010101111011111110000100011100001110000111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F38; }

 p { color: rgb(171,111,56); }

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

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

 a { background-color: rgb(171,111,56); }

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

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

 span { border-color: rgb(171,111,56); }

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