Html Css Color HEX #A9908E Thatch

📋 copy color: '#A9908E'

red 169 ◦ green 144 ◦ blue 142

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

Shades of Thatch #A9908E

Tints of Thatch #A9908E

RGB

 RED value IS 169 (66.41% from 255) = 37.14%

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

 BLUE value IS 142 (55.86% from 255) = 31.21%

R = 37.14%
G = 31.65%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9908E (or 0xA9908E) is known color: Thatch. HEX triplet: A9, 90 and 8E. RGB value is (169,144,142). Sum of RGB (Red+Green+Blue) = 169+144+142=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A9908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9908E is #566F71. Grayscale: #979797. Windows color (decimal): -5664626 or 9343145. OLE color: 9343145.

HSL color Cylindrical-coordinate representation of color #A9908E: hue angle of 4.44º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9908E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 142 -
CMYK 0 0.15 0.16 0.34
HSL 4.44º 0.14% 0.61% -
HSV(B) 4.44º 0.16% 0.66% -
XYZ 31.22 30.33 29.8 -
YUV 151.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 169 144 142 0 0.15 0.16 0.34 4.44 0.14 0.61
Hex A9 90 8E 0 F 10 22 4 E 3D
Octal 251 220 216 0 17 20 42 4 16 75
Binary 10101001 10010000 10001110 0 1111 10000 100010 100 1110 111101

Color Harmonies of #A9908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9908E

Black with #A9908E

Text Example


Text Example

White with #A9908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9908E; }

 p { color: rgb(169,144,142); }

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

background-color css

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

 a { background-color: rgb(169,144,142); }

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

border-color css

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

 span { border-color: rgb(169,144,142); }

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