#AF9278

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

Shades of Sandrift #AF9278

Tints of Sandrift #AF9278

Color information

#AF9278 (or 0xAF9278) is unknown color: approx Sandrift. HEX triplet: AF, 92 and 78. RGB value is (175,146,120). Sum of RGB (Red+Green+Blue) = 175+146+120=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9278 is #506D87. Grayscale: #979797. Windows color (decimal): -5270920 or 7901871. OLE color: 7901871.

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

Color convert

RGB175146120-
CMYK00.170.310.31
HSL28.36º25.58%57.84%-
HSV(B)28.36º31.43%68.63%-
XYZ31.3531.0322.11-
YUV151.71110.11144.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=39.68%
G=33.11%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514612000.170.310.3128.3625.5857.84
HexAF92780111F1F1c1a3a
Octal2572221700213737343272
Binary1010111110010010111100001000111111111111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9278; }

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

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

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

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

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

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

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

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