Html Css Color HEX #AF8E89 Thatch

📋 copy color: '#AF8E89'

red 175 ◦ green 142 ◦ blue 137

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

Shades of Thatch #AF8E89

Tints of Thatch #AF8E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 38.55%
G = 31.28%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF8E89 (or 0xAF8E89) is known color: Thatch. HEX triplet: AF, 8E and 89. RGB value is (175,142,137). Sum of RGB (Red+Green+Blue) = 175+142+137=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E89 is #507176. Grayscale: #979797. Windows color (decimal): -5271927 or 9014959. OLE color: 9014959.

HSL color Cylindrical-coordinate representation of color #AF8E89: hue angle of 7.89º degrees, saturation: 0.19, 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 #AF8E89 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 137 -
CMYK 0 0.19 0.22 0.31
HSL 7.89º 0.19% 0.61% -
HSV(B) 7.89º 0.22% 0.69% -
XYZ 31.87 30.27 27.83 -
YUV 151.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 175 142 137 0 0.19 0.22 0.31 7.89 0.19 0.61
Hex AF 8E 89 0 13 16 1F 8 13 3D
Octal 257 216 211 0 23 26 37 10 23 75
Binary 10101111 10001110 10001001 0 10011 10110 11111 1000 10011 111101

Color Harmonies of #AF8E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E89

Black with #AF8E89

Text Example


Text Example

White with #AF8E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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