#AF9184

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

Shades of Sandrift #AF9184

Tints of Sandrift #AF9184

Color information

#AF9184 (or 0xAF9184) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 84. RGB value is (175,145,132). Sum of RGB (Red+Green+Blue) = 175+145+132=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9184 is #506E7B. Grayscale: #989898. Windows color (decimal): -5271164 or 8688047. OLE color: 8688047.

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

Color convert

RGB175145132-
CMYK00.170.250.31
HSL18.14º21.18%60.2%-
HSV(B)18.14º24.57%68.63%-
XYZ31.9731.0326.13-
YUV152.49116.44144.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=38.72%
G=32.08%
B=29.20%

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
Decimal17514513200.170.250.3118.1421.1860.2
HexAF9184011191F12153c
Octal2572212040213137222574
Binary10101111100100011000010001000111001111111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9184; }

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

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

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

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

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

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

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

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