#AF8F7C

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

Shades of Sandrift #AF8F7C

Tints of Sandrift #AF8F7C

Color information

#AF8F7C (or 0xAF8F7C) is unknown color: approx Sandrift. HEX triplet: AF, 8F and 7C. RGB value is (175,143,124). Sum of RGB (Red+Green+Blue) = 175+143+124=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7C is #507083. Grayscale: #969696. Windows color (decimal): -5271684 or 8163247. OLE color: 8163247.

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

Color convert

RGB175143124-
CMYK00.180.290.31
HSL22.35º24.17%58.63%-
HSV(B)22.35º29.14%68.63%-
XYZ31.1430.2123.26-
YUV150.4113.1145.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=39.59%
G=32.35%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514312400.180.290.3122.3524.1758.63
HexAF8F7C0121D1F16183b
Octal2572171740223537263073
Binary1010111110001111111110001001011101111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F7C; }

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

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

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

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

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

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

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

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