Html Css Color HEX #A8918C Thatch

📋 copy color: '#A8918C'

red 168 ◦ green 145 ◦ blue 140

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

Shades of Thatch #A8918C

Tints of Thatch #A8918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 37.09%
G = 32.01%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8918C (or 0xA8918C) is known color: Thatch. HEX triplet: A8, 91 and 8C. RGB value is (168,145,140). Sum of RGB (Red+Green+Blue) = 168+145+140=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A8918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8918C is #576E73. Grayscale: #979797. Windows color (decimal): -5729908 or 9212328. OLE color: 9212328.

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

Color convert

RGB 168 145 140 -
CMYK 0 0.14 0.17 0.34
HSL 10.71º 0.14% 0.6% -
HSV(B) 10.71º 0.17% 0.66% -
XYZ 31.01 30.47 29.06 -
YUV 151.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 168 145 140 0 0.14 0.17 0.34 10.71 0.14 0.6
Hex A8 91 8C 0 E 11 22 B E 3C
Octal 250 221 214 0 16 21 42 13 16 74
Binary 10101000 10010001 10001100 0 1110 10001 100010 1011 1110 111100

Color Harmonies of #A8918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8918C

Black with #A8918C

Text Example


Text Example

White with #A8918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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