Html Css Color HEX #A8908D Thatch

📋 copy color: '#A8908D'

red 168 ◦ green 144 ◦ blue 141

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

Shades of Thatch #A8908D

Tints of Thatch #A8908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 37.09%
G = 31.79%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8908D (or 0xA8908D) is known color: Thatch. HEX triplet: A8, 90 and 8D. RGB value is (168,144,141). Sum of RGB (Red+Green+Blue) = 168+144+141=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A8908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8908D is #576F72. Grayscale: #969696. Windows color (decimal): -5730163 or 9277608. OLE color: 9277608.

HSL color Cylindrical-coordinate representation of color #A8908D: hue angle of 6.67º degrees, saturation: 0.13, 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 #A8908D is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 141 -
CMYK 0 0.14 0.16 0.34
HSL 6.67º 0.13% 0.61% -
HSV(B) 6.67º 0.16% 0.66% -
XYZ 30.93 30.19 29.4 -
YUV 150.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 168 144 141 0 0.14 0.16 0.34 6.67 0.13 0.61
Hex A8 90 8D 0 E 10 22 7 D 3D
Octal 250 220 215 0 16 20 42 7 15 75
Binary 10101000 10010000 10001101 0 1110 10000 100010 111 1101 111101

Color Harmonies of #A8908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8908D

Black with #A8908D

Text Example


Text Example

White with #A8908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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