Html Css Color HEX #A99391 Thatch

📋 copy color: '#A99391'

red 169 ◦ green 147 ◦ blue 145

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

Shades of Thatch #A99391

Tints of Thatch #A99391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 36.66%
G = 31.89%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A99391 (or 0xA99391) is known color: Thatch. HEX triplet: A9, 93 and 91. RGB value is (169,147,145). Sum of RGB (Red+Green+Blue) = 169+147+145=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A99391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99391 is #566C6E. Grayscale: #999999. Windows color (decimal): -5663855 or 9540521. OLE color: 9540521.

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

Color convert

RGB 169 147 145 -
CMYK 0 0.13 0.14 0.34
HSL 0.12% 0.62% -
HSV(B) 0.14% 0.66% -
XYZ 31.91 31.35 31.16 -
YUV 153.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 169 147 145 0 0.13 0.14 0.34 5 0.12 0.62
Hex A9 93 91 0 D E 22 5 C 3E
Octal 251 223 221 0 15 16 42 5 14 76
Binary 10101001 10010011 10010001 0 1101 1110 100010 101 1100 111110

Color Harmonies of #A99391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99391

Black with #A99391

Text Example


Text Example

White with #A99391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99391; }

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

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

background-color css

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

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

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

border-color css

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

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

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