Html Css Color HEX #A8908E Thatch

📋 copy color: '#A8908E'

red 168 ◦ green 144 ◦ blue 142

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

Shades of Thatch #A8908E

Tints of Thatch #A8908E

RGB

 RED value IS 168 (66.02% from 255) = 37%

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

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

R = 37%
G = 31.72%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8908E (or 0xA8908E) is known color: Thatch. HEX triplet: A8, 90 and 8E. RGB value is (168,144,142). Sum of RGB (Red+Green+Blue) = 168+144+142=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8908E is #576F71. Grayscale: #969696. Windows color (decimal): -5730162 or 9343144. OLE color: 9343144.

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

Color convert

RGB 168 144 142 -
CMYK 0 0.14 0.15 0.34
HSL 4.62º 0.13% 0.61% -
HSV(B) 4.62º 0.15% 0.66% -
XYZ 31 30.22 29.79 -
YUV 150.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 168 144 142 0 0.14 0.15 0.34 4.62 0.13 0.61
Hex A8 90 8E 0 E F 22 5 D 3D
Octal 250 220 216 0 16 17 42 5 15 75
Binary 10101000 10010000 10001110 0 1110 1111 100010 101 1101 111101

Color Harmonies of #A8908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8908E

Black with #A8908E

Text Example


Text Example

White with #A8908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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