#AF9484

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

Shades of Sandrift #AF9484

Tints of Sandrift #AF9484

Color information

#AF9484 (or 0xAF9484) is unknown color: approx Sandrift. HEX triplet: AF, 94 and 84. RGB value is (175,148,132). Sum of RGB (Red+Green+Blue) = 175+148+132=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9484 is #506B7B. Grayscale: #9A9A9A. Windows color (decimal): -5270396 or 8688815. OLE color: 8688815.

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

Color convert

RGB175148132-
CMYK00.150.250.31
HSL22.33º21.18%60.2%-
HSV(B)22.33º24.57%68.63%-
XYZ32.4331.9626.29-
YUV154.25115.45142.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=38.46%
G=32.53%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514813200.150.250.3122.3321.1860.2
HexAF94840F191F16153c
Octal2572242040173137262574
Binary1010111110010100100001000111111001111111011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9484; }

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

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

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

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

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

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

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

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