Html Css Color HEX #AF8987 Thatch

📋 copy color: '#AF8987'

red 175 ◦ green 137 ◦ blue 135

#AF8987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #AF8987

Tints of Thatch #AF8987

RGB

 RED value IS 175 (68.75% from 255) = 39.15%

 GREEN value IS 137 (53.91% from 255) = 30.65%

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 39.15%
G = 30.65%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF8987 (or 0xAF8987) is known color: Thatch. HEX triplet: AF, 89 and 87. RGB value is (175,137,135). Sum of RGB (Red+Green+Blue) = 175+137+135=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8987 is #507678. Grayscale: #949494. Windows color (decimal): -5273209 or 8882607. OLE color: 8882607.

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

Color convert

RGB 175 137 135 -
CMYK 0 0.22 0.23 0.31
HSL 0.2% 0.61% -
HSV(B) 0.23% 0.69% -
XYZ 31 28.75 26.84 -
YUV 148.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 175 137 135 0 0.22 0.23 0.31 3 0.2 0.61
Hex AF 89 87 0 16 17 1F 3 14 3D
Octal 257 211 207 0 26 27 37 3 24 75
Binary 10101111 10001001 10000111 0 10110 10111 11111 11 10100 111101

Color Harmonies of #AF8987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8987

Black with #AF8987

Text Example


Text Example

White with #AF8987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8987; }

 p { color: rgb(175,137,135); }

 H1.HeaderClassName
 {
   color: #AF8987;
 }
 .AnyTagClassName
 {
   color: #AF8987;
 }
</style>

background-color css

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

 a { background-color: rgb(175,137,135); }

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

border-color css

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

 span { border-color: rgb(175,137,135); }

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