#AF967D

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

Shades of Sandrift #AF967D

Tints of Sandrift #AF967D

Color information

#AF967D (or 0xAF967D) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 7D. RGB value is (175,150,125). Sum of RGB (Red+Green+Blue) = 175+150+125=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967D is #506982. Grayscale: #9A9A9A. Windows color (decimal): -5269891 or 8230575. OLE color: 8230575.

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

Color convert

RGB175150125-
CMYK00.140.290.31
HSL30º23.81%58.82%-
HSV(B)30º28.57%68.63%-
XYZ32.2932.4123.96-
YUV154.62111.28142.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515012500.140.290.313023.8158.82
HexAF967D0E1D1F1e183b
Octal2572261750163537363073
Binary101011111001011011111010111011101111111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF967D; }

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

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

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

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

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

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

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

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