#AF927E

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

Shades of Sandrift #AF927E

Tints of Sandrift #AF927E

Color information

#AF927E (or 0xAF927E) is unknown color: approx Sandrift. HEX triplet: AF, 92 and 7E. RGB value is (175,146,126). Sum of RGB (Red+Green+Blue) = 175+146+126=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF927E is #506D81. Grayscale: #989898. Windows color (decimal): -5270914 or 8295087. OLE color: 8295087.

HSL color Cylindrical-coordinate representation of color #AF927E: hue angle of 24.49º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF927E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB175146126-
CMYK00.170.280.31
HSL24.49º23.44%59.02%-
HSV(B)24.49º28%68.63%-
XYZ31.7231.1824.08-
YUV152.39113.11144.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=39.15%
G=32.66%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514612600.170.280.3124.4923.4459.02
HexAF927E0111C1F18173b
Octal2572221760213437302773
Binary1010111110010010111111001000111100111111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF927E; }

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

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

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

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

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

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

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

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