#AF957A

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

Shades of Sandrift #AF957A

Tints of Sandrift #AF957A

Color information

#AF957A (or 0xAF957A) is unknown color: approx Sandrift. HEX triplet: AF, 95 and 7A. RGB value is (175,149,122). Sum of RGB (Red+Green+Blue) = 175+149+122=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957A is #506A85. Grayscale: #999999. Windows color (decimal): -5270150 or 8033711. OLE color: 8033711.

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

Color convert

RGB175149122-
CMYK00.150.300.31
HSL30.57º24.88%58.24%-
HSV(B)30.57º30.29%68.63%-
XYZ31.9432.0122.91-
YUV153.7110.11143.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=39.24%
G=33.41%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514912200.150.300.3130.5724.8858.24
HexAF957A0F1E1F1f193a
Octal2572251720173637373172
Binary101011111001010111110100111111110111111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF957A; }

 p { color: rgb(175,149,122); }

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

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

 a { background-color: rgb(175,149,122); }

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

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

 span { border-color: rgb(175,149,122); }

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