Html Css Color HEX #AF8F8D Thatch

📋 copy color: '#AF8F8D'

red 175 ◦ green 143 ◦ blue 141

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

Shades of Thatch #AF8F8D

Tints of Thatch #AF8F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 38.13%
G = 31.15%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF8F8D (or 0xAF8F8D) is known color: Thatch. HEX triplet: AF, 8F and 8D. RGB value is (175,143,141). Sum of RGB (Red+Green+Blue) = 175+143+141=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F8D is #507072. Grayscale: #989898. Windows color (decimal): -5271667 or 9277359. OLE color: 9277359.

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

Color convert

RGB 175 143 141 -
CMYK 0 0.18 0.19 0.31
HSL 3.53º 0.18% 0.62% -
HSV(B) 3.53º 0.19% 0.69% -
XYZ 32.31 30.68 29.42 -
YUV 152.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 175 143 141 0 0.18 0.19 0.31 3.53 0.18 0.62
Hex AF 8F 8D 0 12 13 1F 4 12 3E
Octal 257 217 215 0 22 23 37 4 22 76
Binary 10101111 10001111 10001101 0 10010 10011 11111 100 10010 111110

Color Harmonies of #AF8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F8D

Black with #AF8F8D

Text Example


Text Example

White with #AF8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F8D; }

 p { color: rgb(175,143,141); }

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

background-color css

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

 a { background-color: rgb(175,143,141); }

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

border-color css

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

 span { border-color: rgb(175,143,141); }

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