#AF8C7C

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

Shades of Sandrift #AF8C7C

Tints of Sandrift #AF8C7C

Color information

#AF8C7C (or 0xAF8C7C) is unknown color: approx Sandrift. HEX triplet: AF, 8C and 7C. RGB value is (175,140,124). Sum of RGB (Red+Green+Blue) = 175+140+124=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C7C is #507383. Grayscale: #949494. Windows color (decimal): -5272452 or 8162479. OLE color: 8162479.

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

Color convert

RGB175140124-
CMYK00.20.290.31
HSL18.82º24.17%58.63%-
HSV(B)18.82º29.14%68.63%-
XYZ30.729.3323.11-
YUV148.64114.1146.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=39.86%
G=31.89%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514012400.20.290.3118.8224.1758.63
HexAF8C7C0141D1F13183b
Octal2572141740243537233073
Binary1010111110001100111110001010011101111111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C7C; }

 p { color: rgb(175,140,124); }

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

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

 a { background-color: rgb(175,140,124); }

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

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

 span { border-color: rgb(175,140,124); }

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