#AF9675

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

Shades of Sandrift #AF9675

Tints of Sandrift #AF9675

Color information

#AF9675 (or 0xAF9675) is unknown color: approx Sandrift. HEX triplet: AF, 96 and 75. RGB value is (175,150,117). Sum of RGB (Red+Green+Blue) = 175+150+117=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9675 is #50698A. Grayscale: #999999. Windows color (decimal): -5269899 or 7706287. OLE color: 7706287.

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

Color convert

RGB175150117-
CMYK00.140.330.31
HSL34.14º26.61%57.25%-
HSV(B)34.14º33.14%68.63%-
XYZ31.832.2121.37-
YUV153.71107.28143.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=39.59%
G=33.94%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515011700.140.330.3134.1426.6157.25
HexAF96750E211F221b39
Octal2572261650164137423371
Binary10101111100101101110101011101000011111110001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9675; }

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

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

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

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

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

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

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

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