#AF9480

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

Shades of Sandrift #AF9480

Tints of Sandrift #AF9480

Color information

#AF9480 (or 0xAF9480) is unknown color: approx Sandrift. HEX triplet: AF, 94 and 80. RGB value is (175,148,128). Sum of RGB (Red+Green+Blue) = 175+148+128=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9480 is #506B7F. Grayscale: #999999. Windows color (decimal): -5270400 or 8426671. OLE color: 8426671.

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

Color convert

RGB175148128-
CMYK00.150.270.31
HSL25.53º22.71%59.41%-
HSV(B)25.53º26.86%68.63%-
XYZ32.1731.8524.87-
YUV153.79113.45143.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=38.80%
G=32.82%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514812800.150.270.3125.5322.7159.41
HexAF94800F1B1F1a173b
Octal2572242000173337322773
Binary1010111110010100100000000111111011111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9480; }

 p { color: rgb(175,148,128); }

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

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

 a { background-color: rgb(175,148,128); }

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

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

 span { border-color: rgb(175,148,128); }

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