#AF9380

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

Shades of Sandrift #AF9380

Tints of Sandrift #AF9380

Color information

#AF9380 (or 0xAF9380) is unknown color: approx Sandrift. HEX triplet: AF, 93 and 80. RGB value is (175,147,128). Sum of RGB (Red+Green+Blue) = 175+147+128=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9380 is #506C7F. Grayscale: #999999. Windows color (decimal): -5270656 or 8426415. OLE color: 8426415.

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

Color convert

RGB175147128-
CMYK00.160.270.31
HSL24.26º22.71%59.41%-
HSV(B)24.26º26.86%68.63%-
XYZ32.0131.5424.82-
YUV153.21113.78143.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=38.89%
G=32.67%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514712800.160.270.3124.2622.7159.41
HexAF93800101B1F18173b
Octal2572232000203337302773
Binary10101111100100111000000001000011011111111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9380; }

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

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

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

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

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

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

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

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