Html Css Color HEX #A9918F Thatch

📋 copy color: '#A9918F'

red 169 ◦ green 145 ◦ blue 143

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

Shades of Thatch #A9918F

Tints of Thatch #A9918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 36.98%
G = 31.73%
B = 31.29%

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

#A9918F (or 0xA9918F) is known color: Thatch. HEX triplet: A9, 91 and 8F. RGB value is (169,145,143). Sum of RGB (Red+Green+Blue) = 169+145+143=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A9918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9918F is #566E70. Grayscale: #979797. Windows color (decimal): -5664369 or 9408937. OLE color: 9408937.

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

Color convert

RGB 169 145 143 -
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.45 30.67 30.25 -
YUV 151.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 169 145 143 0 0.14 0.15 0.34 4.62 0.13 0.61
Hex A9 91 8F 0 E F 22 5 D 3D
Octal 251 221 217 0 16 17 42 5 15 75
Binary 10101001 10010001 10001111 0 1110 1111 100010 101 1101 111101

Color Harmonies of #A9918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9918F

Black with #A9918F

Text Example


Text Example

White with #A9918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9918F; }

 p { color: rgb(169,145,143); }

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

background-color css

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

 a { background-color: rgb(169,145,143); }

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

border-color css

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

 span { border-color: rgb(169,145,143); }

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