#A5907F

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

Shades of Sandrift #A5907F

Tints of Sandrift #A5907F

Color information

#A5907F (or 0xA5907F) is unknown color: approx Sandrift. HEX triplet: A5, 90 and 7F. RGB value is (165,144,127). Sum of RGB (Red+Green+Blue) = 165+144+127=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5907F is #5A6F80. Grayscale: #949494. Windows color (decimal): -5926785 or 8360101. OLE color: 8360101.

HSL color Cylindrical-coordinate representation of color #A5907F: hue angle of 26.84º 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 #A5907F is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165144127-
CMYK00.130.230.35
HSL26.84º17.43%57.25%-
HSV(B)26.84º23.03%64.71%-
XYZ29.3229.4824.22-
YUV148.34115.96139.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 127 (50% from 255) = 29.13%
R=37.84%
G=33.03%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514412700.130.230.3526.8417.4357.25
HexA5907F0D17231b1139
Octal2452201770152743332171
Binary1010010110010000111111101101101111000111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5907F; }

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

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

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

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

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

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

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

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