Html Css Color HEX #A9948E Thatch

📋 copy color: '#A9948E'

red 169 ◦ green 148 ◦ blue 142

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

Shades of Thatch #A9948E

Tints of Thatch #A9948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 36.82%
G = 32.24%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9948E (or 0xA9948E) is known color: Thatch. HEX triplet: A9, 94 and 8E. RGB value is (169,148,142). Sum of RGB (Red+Green+Blue) = 169+148+142=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A9948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9948E is #566B71. Grayscale: #999999. Windows color (decimal): -5663602 or 9344169. OLE color: 9344169.

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

Color convert

RGB 169 148 142 -
CMYK 0 0.12 0.16 0.34
HSL 13.33º 0.14% 0.61% -
HSV(B) 13.33º 0.16% 0.66% -
XYZ 31.83 31.57 30.01 -
YUV 153.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 169 148 142 0 0.12 0.16 0.34 13.33 0.14 0.61
Hex A9 94 8E 0 C 10 22 D E 3D
Octal 251 224 216 0 14 20 42 15 16 75
Binary 10101001 10010100 10001110 0 1100 10000 100010 1101 1110 111101

Color Harmonies of #A9948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9948E

Black with #A9948E

Text Example


Text Example

White with #A9948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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