Html Css Color HEX #A99C98 Thatch

📋 copy color: '#A99C98'

red 169 ◦ green 156 ◦ blue 152

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

Shades of Thatch #A99C98

Tints of Thatch #A99C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 35.43%
G = 32.7%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A99C98 (or 0xA99C98) is known color: Thatch. HEX triplet: A9, 9C and 98. RGB value is (169,156,152). Sum of RGB (Red+Green+Blue) = 169+156+152=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99C98 is #566367. Grayscale: #9F9F9F. Windows color (decimal): -5661544 or 10001577. OLE color: 10001577.

HSL color Cylindrical-coordinate representation of color #A99C98: hue angle of 14.12º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99C98 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 156 152 -
CMYK 0 0.08 0.10 0.34
HSL 14.12º 0.09% 0.63% -
HSV(B) 14.12º 0.1% 0.66% -
XYZ 33.92 34.48 34.57 -
YUV 159.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 169 156 152 0 0.08 0.10 0.34 14.12 0.09 0.63
Hex A9 9C 98 0 8 A 22 E 9 3F
Octal 251 234 230 0 10 12 42 16 11 77
Binary 10101001 10011100 10011000 0 1000 1010 100010 1110 1001 111111

Color Harmonies of #A99C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99C98

Black with #A99C98

Text Example


Text Example

White with #A99C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99C98; }

 p { color: rgb(169,156,152); }

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

background-color css

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

 a { background-color: rgb(169,156,152); }

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

border-color css

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

 span { border-color: rgb(169,156,152); }

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