#AF927B

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

Shades of Sandrift #AF927B

Tints of Sandrift #AF927B

Color information

#AF927B (or 0xAF927B) is unknown color: approx Sandrift. HEX triplet: AF, 92 and 7B. RGB value is (175,146,123). Sum of RGB (Red+Green+Blue) = 175+146+123=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF927B is #506D84. Grayscale: #989898. Windows color (decimal): -5270917 or 8098479. OLE color: 8098479.

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

Color convert

RGB175146123-
CMYK00.170.300.31
HSL26.54º24.53%58.43%-
HSV(B)26.54º29.71%68.63%-
XYZ31.5331.123.08-
YUV152.05111.61144.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=39.41%
G=32.88%
B=27.70%

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
Decimal17514612300.170.300.3126.5424.5358.43
HexAF927B0111E1F1b193a
Octal2572221730213637333172
Binary1010111110010010111101101000111110111111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF927B; }

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

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

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

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

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

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

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

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