Html Css Color HEX #A08E89 Thatch

📋 copy color: '#A08E89'

red 160 ◦ green 142 ◦ blue 137

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

Shades of Thatch #A08E89

Tints of Thatch #A08E89

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

 GREEN value IS 142 (55.86% from 255) = 32.35%

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 36.45%
G = 32.35%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08E89 (or 0xA08E89) is known color: Thatch. HEX triplet: A0, 8E and 89. RGB value is (160,142,137). Sum of RGB (Red+Green+Blue) = 160+142+137=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08E89 is #5F7176. Grayscale: #929292. Windows color (decimal): -6254967 or 9014944. OLE color: 9014944.

HSL color Cylindrical-coordinate representation of color #A08E89: hue angle of 13.04º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08E89 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 142 137 -
CMYK 0 0.11 0.14 0.37
HSL 13.04º 0.11% 0.58% -
HSV(B) 13.04º 0.14% 0.63% -
XYZ 28.69 28.63 27.68 -
YUV 146.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 160 142 137 0 0.11 0.14 0.37 13.04 0.11 0.58
Hex A0 8E 89 0 B E 25 D B 3A
Octal 240 216 211 0 13 16 45 15 13 72
Binary 10100000 10001110 10001001 0 1011 1110 100101 1101 1011 111010

Color Harmonies of #A08E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E89

Black with #A08E89

Text Example


Text Example

White with #A08E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E89; }

 p { color: rgb(160,142,137); }

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

background-color css

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

 a { background-color: rgb(160,142,137); }

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

border-color css

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

 span { border-color: rgb(160,142,137); }

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