Html Css Color HEX #A99590 Thatch

📋 copy color: '#A99590'

red 169 ◦ green 149 ◦ blue 144

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

Shades of Thatch #A99590

Tints of Thatch #A99590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 36.58%
G = 32.25%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A99590 (or 0xA99590) is known color: Thatch. HEX triplet: A9, 95 and 90. RGB value is (169,149,144). Sum of RGB (Red+Green+Blue) = 169+149+144=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A99590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99590 is #566A6F. Grayscale: #9A9A9A. Windows color (decimal): -5663344 or 9475497. OLE color: 9475497.

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

Color convert

RGB 169 149 144 -
CMYK 0 0.12 0.15 0.34
HSL 12º 0.13% 0.61% -
HSV(B) 12º 0.15% 0.66% -
XYZ 32.14 31.94 30.86 -
YUV 154.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 169 149 144 0 0.12 0.15 0.34 12 0.13 0.61
Hex A9 95 90 0 C F 22 C D 3D
Octal 251 225 220 0 14 17 42 14 15 75
Binary 10101001 10010101 10010000 0 1100 1111 100010 1100 1101 111101

Color Harmonies of #A99590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99590

Black with #A99590

Text Example


Text Example

White with #A99590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99590; }

 p { color: rgb(169,149,144); }

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

background-color css

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

 a { background-color: rgb(169,149,144); }

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

border-color css

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

 span { border-color: rgb(169,149,144); }

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