#AF8A88

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

Shades of Thatch #AF8A88

Tints of Thatch #AF8A88

Color information

#AF8A88 (or 0xAF8A88) is unknown color: approx Thatch. HEX triplet: AF, 8A and 88. RGB value is (175,138,136). Sum of RGB (Red+Green+Blue) = 175+138+136=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A88 is #507577. Grayscale: #949494. Windows color (decimal): -5272952 or 8948399. OLE color: 8948399.

HSL color Cylindrical-coordinate representation of color #AF8A88: hue angle of 3.08º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8A88 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175138136-
CMYK00.210.220.31
HSL3.08º19.6%60.98%-
HSV(B)3.08º22.29%68.63%-
XYZ31.2129.0727.26-
YUV148.83120.76146.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=38.98%
G=30.73%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513813600.210.220.313.0819.660.98
HexAF8A88015161F3143d
Octal257212210025263732475
Binary10101111100010101000100001010110110111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A88; }

 p { color: rgb(175,138,136); }

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

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

 a { background-color: rgb(175,138,136); }

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

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

 span { border-color: rgb(175,138,136); }

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