#AF967F

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

Shades of Sandrift #AF967F

Tints of Sandrift #AF967F

Color information

#AF967F (or 0xAF967F) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 7F. RGB value is (175,150,127). Sum of RGB (Red+Green+Blue) = 175+150+127=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967F is #506980. Grayscale: #9A9A9A. Windows color (decimal): -5269889 or 8361647. OLE color: 8361647.

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

Color convert

RGB175150127-
CMYK00.140.270.31
HSL28.75º23.08%59.22%-
HSV(B)28.75º27.43%68.63%-
XYZ32.4232.4624.64-
YUV154.85112.28142.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 127 (50% from 255) = 28.10%
R=38.72%
G=33.19%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515012700.140.270.3128.7523.0859.22
HexAF967F0E1B1F1d173b
Octal2572261770163337352773
Binary101011111001011011111110111011011111111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF967F; }

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

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

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

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

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

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

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

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