#AF8F7B

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

Shades of Sandrift #AF8F7B

Tints of Sandrift #AF8F7B

Color information

#AF8F7B (or 0xAF8F7B) is unknown color: approx Sandrift. HEX triplet: AF, 8F and 7B. RGB value is (175,143,123). Sum of RGB (Red+Green+Blue) = 175+143+123=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7B is #507084. Grayscale: #969696. Windows color (decimal): -5271685 or 8097711. OLE color: 8097711.

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

Color convert

RGB175143123-
CMYK00.180.300.31
HSL23.08º24.53%58.43%-
HSV(B)23.08º29.71%68.63%-
XYZ31.0830.1922.93-
YUV150.29112.6145.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=39.68%
G=32.43%
B=27.89%

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
Decimal17514312300.180.300.3123.0824.5358.43
HexAF8F7B0121E1F17193a
Octal2572171730223637273172
Binary1010111110001111111101101001011110111111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F7B; }

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

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

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

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

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

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

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

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