#AF9283

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

Shades of Sandrift #AF9283

Tints of Sandrift #AF9283

Color information

#AF9283 (or 0xAF9283) is unknown color: approx Sandrift. HEX triplet: AF, 92 and 83. RGB value is (175,146,131). Sum of RGB (Red+Green+Blue) = 175+146+131=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9283 is #506D7C. Grayscale: #999999. Windows color (decimal): -5270909 or 8622767. OLE color: 8622767.

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

Color convert

RGB175146131-
CMYK00.170.250.31
HSL20.45º21.57%60%-
HSV(B)20.45º25.14%68.63%-
XYZ32.0531.3125.83-
YUV152.96115.61143.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=38.72%
G=32.30%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514613100.170.250.3120.4521.5760
HexAF9283011191F14163c
Octal2572222030213137242674
Binary10101111100100101000001101000111001111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9283; }

 p { color: rgb(175,146,131); }

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

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

 a { background-color: rgb(175,146,131); }

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

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

 span { border-color: rgb(175,146,131); }

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