Html Css Color HEX #A99492 Thatch

📋 copy color: '#A99492'

red 169 ◦ green 148 ◦ blue 146

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

Shades of Thatch #A99492

Tints of Thatch #A99492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.53%

R = 36.5%
G = 31.97%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A99492 (or 0xA99492) is known color: Thatch. HEX triplet: A9, 94 and 92. RGB value is (169,148,146). Sum of RGB (Red+Green+Blue) = 169+148+146=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A99492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99492 is #566B6D. Grayscale: #9A9A9A. Windows color (decimal): -5663598 or 9606313. OLE color: 9606313.

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

Color convert

RGB 169 148 146 -
CMYK 0 0.12 0.14 0.34
HSL 5.22º 0.12% 0.62% -
HSV(B) 5.22º 0.14% 0.66% -
XYZ 32.14 31.69 31.62 -
YUV 154.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 169 148 146 0 0.12 0.14 0.34 5.22 0.12 0.62
Hex A9 94 92 0 C E 22 5 C 3E
Octal 251 224 222 0 14 16 42 5 14 76
Binary 10101001 10010100 10010010 0 1100 1110 100010 101 1100 111110

Color Harmonies of #A99492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99492

Black with #A99492

Text Example


Text Example

White with #A99492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99492; }

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

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

background-color css

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

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

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

border-color css

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

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

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