Html Css Color HEX #AF8D8C Thatch

📋 copy color: '#AF8D8C'

red 175 ◦ green 141 ◦ blue 140

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

Shades of Thatch #AF8D8C

Tints of Thatch #AF8D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 38.38%
G = 30.92%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF8D8C (or 0xAF8D8C) is known color: Thatch. HEX triplet: AF, 8D and 8C. RGB value is (175,141,140). Sum of RGB (Red+Green+Blue) = 175+141+140=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D8C is #507273. Grayscale: #979797. Windows color (decimal): -5272180 or 9211311. OLE color: 9211311.

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

Color convert

RGB 175 141 140 -
CMYK 0 0.19 0.2 0.31
HSL 1.71º 0.18% 0.62% -
HSV(B) 1.71º 0.2% 0.69% -
XYZ 31.94 30.06 28.93 -
YUV 151.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 175 141 140 0 0.19 0.2 0.31 1.71 0.18 0.62
Hex AF 8D 8C 0 13 14 1F 2 12 3E
Octal 257 215 214 0 23 24 37 2 22 76
Binary 10101111 10001101 10001100 0 10011 10100 11111 10 10010 111110

Color Harmonies of #AF8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D8C

Black with #AF8D8C

Text Example


Text Example

White with #AF8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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