#AF8B7B

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

Shades of Sandrift #AF8B7B

Tints of Sandrift #AF8B7B

Color information

#AF8B7B (or 0xAF8B7B) is unknown color: approx Sandrift. HEX triplet: AF, 8B and 7B. RGB value is (175,139,123). Sum of RGB (Red+Green+Blue) = 175+139+123=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B7B is #507484. Grayscale: #949494. Windows color (decimal): -5272709 or 8096687. OLE color: 8096687.

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

Color convert

RGB175139123-
CMYK00.210.300.31
HSL18.46º24.53%58.43%-
HSV(B)18.46º29.71%68.63%-
XYZ30.4929.0122.73-
YUV147.94113.93147.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=40.05%
G=31.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513912300.210.300.3118.4624.5358.43
HexAF8B7B0151E1F12193a
Octal2572131730253637223172
Binary1010111110001011111101101010111110111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B7B; }

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

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

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

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

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

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

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

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