#A5917F

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

Shades of Sandrift #A5917F

Tints of Sandrift #A5917F

Color information

#A5917F (or 0xA5917F) is unknown color: approx Sandrift. HEX triplet: A5, 91 and 7F. RGB value is (165,145,127). Sum of RGB (Red+Green+Blue) = 165+145+127=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5917F is #5A6E80. Grayscale: #959595. Windows color (decimal): -5926529 or 8360357. OLE color: 8360357.

HSL color Cylindrical-coordinate representation of color #A5917F: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5917F is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165145127-
CMYK00.120.230.35
HSL28.42º17.43%57.25%-
HSV(B)28.42º23.03%64.71%-
XYZ29.4729.7824.27-
YUV148.93115.63139.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 127 (50% from 255) = 29.06%
R=37.76%
G=33.18%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514512700.120.230.3528.4217.4357.25
HexA5917F0C17231c1139
Octal2452211770142743342171
Binary1010010110010001111111101100101111000111110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5917F; }

 p { color: rgb(165,145,127); }

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

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

 a { background-color: rgb(165,145,127); }

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

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

 span { border-color: rgb(165,145,127); }

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