#AF9475

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

Shades of Sandrift #AF9475

Tints of Sandrift #AF9475

Color information

#AF9475 (or 0xAF9475) is unknown color: approx Sandrift. HEX triplet: AF, 94 and 75. RGB value is (175,148,117). Sum of RGB (Red+Green+Blue) = 175+148+117=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9475 is #506B8A. Grayscale: #989898. Windows color (decimal): -5270411 or 7705775. OLE color: 7705775.

HSL color Cylindrical-coordinate representation of color #AF9475: hue angle of 32.07º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9475 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175148117-
CMYK00.150.330.31
HSL32.07º26.61%57.25%-
HSV(B)32.07º33.14%68.63%-
XYZ31.4831.5821.27-
YUV152.54107.95144.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=39.77%
G=33.64%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514811700.150.330.3132.0726.6157.25
HexAF94750F211F201b39
Octal2572241650174137403371
Binary10101111100101001110101011111000011111110000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9475; }

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

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

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

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

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

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

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

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