Html Css Color HEX #AF8986 Thatch

📋 copy color: '#AF8986'

red 175 ◦ green 137 ◦ blue 134

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

Shades of Thatch #AF8986

Tints of Thatch #AF8986

RGB

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

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

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

R = 39.24%
G = 30.72%
B = 30.04%

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

#AF8986 (or 0xAF8986) is known color: Thatch. HEX triplet: AF, 89 and 86. RGB value is (175,137,134). Sum of RGB (Red+Green+Blue) = 175+137+134=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8986 is #507679. Grayscale: #949494. Windows color (decimal): -5273210 or 8817071. OLE color: 8817071.

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

Color convert

RGB 175 137 134 -
CMYK 0 0.22 0.23 0.31
HSL 4.39º 0.2% 0.61% -
HSV(B) 4.39º 0.23% 0.69% -
XYZ 30.93 28.73 26.47 -
YUV 148.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 175 137 134 0 0.22 0.23 0.31 4.39 0.2 0.61
Hex AF 89 86 0 16 17 1F 4 14 3D
Octal 257 211 206 0 26 27 37 4 24 75
Binary 10101111 10001001 10000110 0 10110 10111 11111 100 10100 111101

Color Harmonies of #AF8986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8986

Black with #AF8986

Text Example


Text Example

White with #AF8986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8986; }

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

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

background-color css

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

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

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

border-color css

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

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

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