#AF9781

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

Shades of Sandrift #AF9781

Tints of Sandrift #AF9781

Color information

#AF9781 (or 0xAF9781) is unknown color: approx Sandrift. HEX triplet: AF, 97 and 81. RGB value is (175,151,129). Sum of RGB (Red+Green+Blue) = 175+151+129=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9781 is #50687E. Grayscale: #9B9B9B. Windows color (decimal): -5269631 or 8492975. OLE color: 8492975.

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

Color convert

RGB175151129-
CMYK00.140.260.31
HSL28.7º22.33%59.61%-
HSV(B)28.7º26.29%68.63%-
XYZ32.7132.8325.38-
YUV155.67112.95141.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=38.46%
G=33.19%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515112900.140.260.3128.722.3359.61
HexAF97810E1A1F1d163c
Octal2572272010163237352674
Binary1010111110010111100000010111011010111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9781; }

 p { color: rgb(175,151,129); }

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

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

 a { background-color: rgb(175,151,129); }

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

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

 span { border-color: rgb(175,151,129); }

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