#AF8A85

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

Shades of Thatch #AF8A85

Tints of Thatch #AF8A85

Color information

#AF8A85 (or 0xAF8A85) is unknown color: approx Thatch. HEX triplet: AF, 8A and 85. RGB value is (175,138,133). Sum of RGB (Red+Green+Blue) = 175+138+133=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A85 is #50757A. Grayscale: #949494. Windows color (decimal): -5272955 or 8751791. OLE color: 8751791.

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

Color convert

RGB175138133-
CMYK00.210.240.31
HSL7.14º20.79%60.39%-
HSV(B)7.14º24%68.63%-
XYZ3128.9826.15-
YUV148.49119.26146.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=39.24%
G=30.94%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513813300.210.240.317.1420.7960.39
HexAF8A85015181F7153c
Octal257212205025303772574
Binary101011111000101010000101010101110001111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A85; }

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

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

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

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

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

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

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

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