Html Css Color HEX #AF8A87 Thatch

📋 copy color: '#AF8A87'

red 175 ◦ green 138 ◦ blue 135

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

Shades of Thatch #AF8A87

Tints of Thatch #AF8A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

 BLUE value IS 135 (53.13% from 255) = 30.13%

R = 39.06%
G = 30.8%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF8A87 (or 0xAF8A87) is known color: Thatch. HEX triplet: AF, 8A and 87. RGB value is (175,138,135). Sum of RGB (Red+Green+Blue) = 175+138+135=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A87 is #507578. Grayscale: #949494. Windows color (decimal): -5272953 or 8882863. OLE color: 8882863.

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

Color convert

RGB 175 138 135 -
CMYK 0 0.21 0.23 0.31
HSL 4.5º 0.2% 0.61% -
HSV(B) 4.5º 0.23% 0.69% -
XYZ 31.14 29.04 26.89 -
YUV 148.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 175 138 135 0 0.21 0.23 0.31 4.5 0.2 0.61
Hex AF 8A 87 0 15 17 1F 4 14 3D
Octal 257 212 207 0 25 27 37 4 24 75
Binary 10101111 10001010 10000111 0 10101 10111 11111 100 10100 111101

Color Harmonies of #AF8A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A87

Black with #AF8A87

Text Example


Text Example

White with #AF8A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A87; }

 p { color: rgb(175,138,135); }

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

background-color css

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

 a { background-color: rgb(175,138,135); }

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

border-color css

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

 span { border-color: rgb(175,138,135); }

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