#AF947E

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

Shades of Sandrift #AF947E

Tints of Sandrift #AF947E

Color information

#AF947E (or 0xAF947E) is unknown color: approx Sandrift. HEX triplet: AF, 94 and 7E. RGB value is (175,148,126). Sum of RGB (Red+Green+Blue) = 175+148+126=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947E is #506B81. Grayscale: #999999. Windows color (decimal): -5270402 or 8295599. OLE color: 8295599.

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

Color convert

RGB175148126-
CMYK00.150.280.31
HSL26.94º23.44%59.02%-
HSV(B)26.94º28%68.63%-
XYZ32.0331.824.19-
YUV153.56112.45143.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=38.98%
G=32.96%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514812600.150.280.3126.9423.4459.02
HexAF947E0F1C1F1b173b
Octal2572241760173437332773
Binary101011111001010011111100111111100111111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF947E; }

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

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

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

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

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

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

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

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