#AF917B

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

Shades of Sandrift #AF917B

Tints of Sandrift #AF917B

Color information

#AF917B (or 0xAF917B) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 7B. RGB value is (175,145,123). Sum of RGB (Red+Green+Blue) = 175+145+123=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917B is #506E84. Grayscale: #979797. Windows color (decimal): -5271173 or 8098223. OLE color: 8098223.

HSL color Cylindrical-coordinate representation of color #AF917B: hue angle of 25.38º 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 #AF917B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175145123-
CMYK00.170.300.31
HSL25.38º24.53%58.43%-
HSV(B)25.38º29.71%68.63%-
XYZ31.3830.7923.03-
YUV151.46111.94144.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=39.50%
G=32.73%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514512300.170.300.3125.3824.5358.43
HexAF917B0111E1F19193a
Octal2572211730213637313172
Binary1010111110010001111101101000111110111111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF917B; }

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

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

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

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

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

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

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

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