Html Css Color HEX #A0908B Thatch

📋 copy color: '#A0908B'

red 160 ◦ green 144 ◦ blue 139

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

Shades of Thatch #A0908B

Tints of Thatch #A0908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 36.12%
G = 32.51%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0908B (or 0xA0908B) is known color: Thatch. HEX triplet: A0, 90 and 8B. RGB value is (160,144,139). Sum of RGB (Red+Green+Blue) = 160+144+139=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A0908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0908B is #5F6F74. Grayscale: #949494. Windows color (decimal): -6254453 or 9146528. OLE color: 9146528.

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

Color convert

RGB 160 144 139 -
CMYK 0 0.1 0.13 0.37
HSL 14.29º 0.1% 0.59% -
HSV(B) 14.29º 0.13% 0.63% -
XYZ 29.13 29.28 28.54 -
YUV 148.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 160 144 139 0 0.1 0.13 0.37 14.29 0.1 0.59
Hex A0 90 8B 0 A D 25 E A 3B
Octal 240 220 213 0 12 15 45 16 12 73
Binary 10100000 10010000 10001011 0 1010 1101 100101 1110 1010 111011

Color Harmonies of #A0908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0908B

Black with #A0908B

Text Example


Text Example

White with #A0908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0908B; }

 p { color: rgb(160,144,139); }

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

background-color css

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

 a { background-color: rgb(160,144,139); }

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

border-color css

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

 span { border-color: rgb(160,144,139); }

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