#AF967B

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

Shades of Sandrift #AF967B

Tints of Sandrift #AF967B

Color information

#AF967B (or 0xAF967B) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 7B. RGB value is (175,150,123). Sum of RGB (Red+Green+Blue) = 175+150+123=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967B is #506984. Grayscale: #9A9A9A. Windows color (decimal): -5269893 or 8099503. OLE color: 8099503.

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

Color convert

RGB175150123-
CMYK00.140.300.31
HSL31.15º24.53%58.43%-
HSV(B)31.15º29.71%68.63%-
XYZ32.1632.3623.29-
YUV154.4110.28142.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=39.06%
G=33.48%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515012300.140.300.3131.1524.5358.43
HexAF967B0E1E1F1f193a
Octal2572261730163637373172
Binary101011111001011011110110111011110111111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF967B; }

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

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

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

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

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

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

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

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