Html Css Color HEX #AF8F86 Thatch

📋 copy color: '#AF8F86'

red 175 ◦ green 143 ◦ blue 134

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

Shades of Thatch #AF8F86

Tints of Thatch #AF8F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 38.72%
G = 31.64%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF8F86 (or 0xAF8F86) is known color: Thatch. HEX triplet: AF, 8F and 86. RGB value is (175,143,134). Sum of RGB (Red+Green+Blue) = 175+143+134=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F86 is #507079. Grayscale: #979797. Windows color (decimal): -5271674 or 8818607. OLE color: 8818607.

HSL color Cylindrical-coordinate representation of color #AF8F86: hue angle of 13.17º 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 #AF8F86 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 134 -
CMYK 0 0.18 0.23 0.31
HSL 13.17º 0.2% 0.61% -
HSV(B) 13.17º 0.23% 0.69% -
XYZ 31.8 30.48 26.76 -
YUV 151.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 175 143 134 0 0.18 0.23 0.31 13.17 0.2 0.61
Hex AF 8F 86 0 12 17 1F D 14 3D
Octal 257 217 206 0 22 27 37 15 24 75
Binary 10101111 10001111 10000110 0 10010 10111 11111 1101 10100 111101

Color Harmonies of #AF8F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F86

Black with #AF8F86

Text Example


Text Example

White with #AF8F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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