#AF937D

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

Shades of Sandrift #AF937D

Tints of Sandrift #AF937D

Color information

#AF937D (or 0xAF937D) is unknown color: approx Sandrift. HEX triplet: AF, 93 and 7D. RGB value is (175,147,125). Sum of RGB (Red+Green+Blue) = 175+147+125=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937D is #506C82. Grayscale: #989898. Windows color (decimal): -5270659 or 8229807. OLE color: 8229807.

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

Color convert

RGB175147125-
CMYK00.160.290.31
HSL26.4º23.81%58.82%-
HSV(B)26.4º28.57%68.63%-
XYZ31.8131.4623.8-
YUV152.86112.28143.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=39.15%
G=32.89%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514712500.160.290.3126.423.8158.82
HexAF937D0101D1F1a183b
Octal2572231750203537323073
Binary1010111110010011111110101000011101111111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF937D; }

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

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

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

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

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

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

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

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