Html Css Color HEX #A8918D Thatch

📋 copy color: '#A8918D'

red 168 ◦ green 145 ◦ blue 141

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

Shades of Thatch #A8918D

Tints of Thatch #A8918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

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

R = 37%
G = 31.94%
B = 31.06%

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

#A8918D (or 0xA8918D) is known color: Thatch. HEX triplet: A8, 91 and 8D. RGB value is (168,145,141). Sum of RGB (Red+Green+Blue) = 168+145+141=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8918D is #576E72. Grayscale: #979797. Windows color (decimal): -5729907 or 9277864. OLE color: 9277864.

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

Color convert

RGB 168 145 141 -
CMYK 0 0.14 0.16 0.34
HSL 8.89º 0.13% 0.61% -
HSV(B) 8.89º 0.16% 0.66% -
XYZ 31.08 30.5 29.45 -
YUV 151.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 168 145 141 0 0.14 0.16 0.34 8.89 0.13 0.61
Hex A8 91 8D 0 E 10 22 9 D 3D
Octal 250 221 215 0 16 20 42 11 15 75
Binary 10101000 10010001 10001101 0 1110 10000 100010 1001 1101 111101

Color Harmonies of #A8918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8918D

Black with #A8918D

Text Example


Text Example

White with #A8918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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