#A5907E

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

Shades of Sandrift #A5907E

Tints of Sandrift #A5907E

Color information

#A5907E (or 0xA5907E) is unknown color: approx Sandrift. HEX triplet: A5, 90 and 7E. RGB value is (165,144,126). Sum of RGB (Red+Green+Blue) = 165+144+126=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5907E is #5A6F81. Grayscale: #949494. Windows color (decimal): -5926786 or 8294565. OLE color: 8294565.

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

Color convert

RGB165144126-
CMYK00.130.240.35
HSL27.69º17.81%57.06%-
HSV(B)27.69º23.64%64.71%-
XYZ29.2629.4523.88-
YUV148.23115.46139.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=37.93%
G=33.10%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514412600.130.240.3527.6917.8157.06
HexA5907E0D18231c1239
Octal2452201760153043342271
Binary1010010110010000111111001101110001000111110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5907E; }

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

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

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

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

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

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

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

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