#AF9081

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

Shades of Sandrift #AF9081

Tints of Sandrift #AF9081

Color information

#AF9081 (or 0xAF9081) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 81. RGB value is (175,144,129). Sum of RGB (Red+Green+Blue) = 175+144+129=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9081 is #506F7E. Grayscale: #979797. Windows color (decimal): -5271423 or 8491183. OLE color: 8491183.

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

Color convert

RGB175144129-
CMYK00.180.260.31
HSL19.57º22.33%59.61%-
HSV(B)19.57º26.29%68.63%-
XYZ31.6130.6525.02-
YUV151.56115.27144.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=39.06%
G=32.14%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514412900.180.260.3119.5722.3359.61
HexAF90810121A1F14163c
Octal2572202010223237242674
Binary10101111100100001000000101001011010111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9081; }

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

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

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

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

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

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

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

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