#A4907E

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

Shades of Sandrift #A4907E

Tints of Sandrift #A4907E

Color information

#A4907E (or 0xA4907E) is unknown color: approx Sandrift. HEX triplet: A4, 90 and 7E. RGB value is (164,144,126). Sum of RGB (Red+Green+Blue) = 164+144+126=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4907E is #5B6F81. Grayscale: #949494. Windows color (decimal): -5992322 or 8294564. OLE color: 8294564.

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

Color convert

RGB164144126-
CMYK00.120.230.36
HSL28.42º17.27%56.86%-
HSV(B)28.42º23.17%64.31%-
XYZ29.0529.3523.87-
YUV147.93115.63139.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=37.79%
G=33.18%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414412600.120.230.3628.4217.2756.86
HexA4907E0C17241c1139
Octal2442201760142744342171
Binary1010010010010000111111001100101111001001110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4907E; }

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

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

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

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

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

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

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

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