#AF9284

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

Shades of Sandrift #AF9284

Tints of Sandrift #AF9284

Color information

#AF9284 (or 0xAF9284) is unknown color: approx Sandrift. HEX triplet: AF, 92 and 84. RGB value is (175,146,132). Sum of RGB (Red+Green+Blue) = 175+146+132=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9284 is #506D7B. Grayscale: #999999. Windows color (decimal): -5270908 or 8688303. OLE color: 8688303.

HSL color Cylindrical-coordinate representation of color #AF9284: hue angle of 19.53º degrees, saturation: 0.21, 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 #AF9284 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175146132-
CMYK00.170.250.31
HSL19.53º21.18%60.2%-
HSV(B)19.53º24.57%68.63%-
XYZ32.1231.3426.19-
YUV153.07116.11143.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=38.63%
G=32.23%
B=29.14%

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
Decimal17514613200.170.250.3119.5321.1860.2
HexAF9284011191F14153c
Octal2572222040213137242574
Binary10101111100100101000010001000111001111111010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9284; }

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

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

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

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

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

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

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

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