#AF907B

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

Shades of Sandrift #AF907B

Tints of Sandrift #AF907B

Color information

#AF907B (or 0xAF907B) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 7B. RGB value is (175,144,123). Sum of RGB (Red+Green+Blue) = 175+144+123=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF907B is #506F84. Grayscale: #969696. Windows color (decimal): -5271429 or 8097967. OLE color: 8097967.

HSL color Cylindrical-coordinate representation of color #AF907B: hue angle of 24.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF907B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175144123-
CMYK00.180.300.31
HSL24.23º24.53%58.43%-
HSV(B)24.23º29.71%68.63%-
XYZ31.2330.4922.98-
YUV150.87112.27145.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=39.59%
G=32.58%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514412300.180.300.3124.2324.5358.43
HexAF907B0121E1F18193a
Octal2572201730223637303172
Binary1010111110010000111101101001011110111111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF907B; }

 p { color: rgb(175,144,123); }

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

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

 a { background-color: rgb(175,144,123); }

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

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

 span { border-color: rgb(175,144,123); }

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