#AF8B7A

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

Shades of Sandrift #AF8B7A

Tints of Sandrift #AF8B7A

Color information

#AF8B7A (or 0xAF8B7A) is unknown color: approx Sandrift. HEX triplet: AF, 8B and 7A. RGB value is (175,139,122). Sum of RGB (Red+Green+Blue) = 175+139+122=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B7A is #507485. Grayscale: #939393. Windows color (decimal): -5272710 or 8031151. OLE color: 8031151.

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

Color convert

RGB175139122-
CMYK00.210.300.31
HSL19.25º24.88%58.24%-
HSV(B)19.25º30.29%68.63%-
XYZ30.4228.9822.4-
YUV147.83113.43147.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=40.14%
G=31.88%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513912200.210.300.3119.2524.8858.24
HexAF8B7A0151E1F13193a
Octal2572131720253637233172
Binary1010111110001011111101001010111110111111001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B7A; }

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

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

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

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

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

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

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

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