Html Css Color HEX #A99490 Thatch

📋 copy color: '#A99490'

red 169 ◦ green 148 ◦ blue 144

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

Shades of Thatch #A99490

Tints of Thatch #A99490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

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

R = 36.66%
G = 32.1%
B = 31.24%

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

#A99490 (or 0xA99490) is known color: Thatch. HEX triplet: A9, 94 and 90. RGB value is (169,148,144). Sum of RGB (Red+Green+Blue) = 169+148+144=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A99490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99490 is #566B6F. Grayscale: #999999. Windows color (decimal): -5663600 or 9475241. OLE color: 9475241.

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

Color convert

RGB 169 148 144 -
CMYK 0 0.12 0.15 0.34
HSL 9.6º 0.13% 0.61% -
HSV(B) 9.6º 0.15% 0.66% -
XYZ 31.99 31.63 30.8 -
YUV 153.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 169 148 144 0 0.12 0.15 0.34 9.6 0.13 0.61
Hex A9 94 90 0 C F 22 A D 3D
Octal 251 224 220 0 14 17 42 12 15 75
Binary 10101001 10010100 10010000 0 1100 1111 100010 1010 1101 111101

Color Harmonies of #A99490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99490

Black with #A99490

Text Example


Text Example

White with #A99490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99490; }

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

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

background-color css

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

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

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

border-color css

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

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

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