Html Css Color HEX #A9948D Thatch

📋 copy color: '#A9948D'

red 169 ◦ green 148 ◦ blue 141

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

Shades of Thatch #A9948D

Tints of Thatch #A9948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 36.9%
G = 32.31%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9948D (or 0xA9948D) is known color: Thatch. HEX triplet: A9, 94 and 8D. RGB value is (169,148,141). Sum of RGB (Red+Green+Blue) = 169+148+141=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9948D is #566B72. Grayscale: #999999. Windows color (decimal): -5663603 or 9278633. OLE color: 9278633.

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

Color convert

RGB 169 148 141 -
CMYK 0 0.12 0.17 0.34
HSL 15º 0.14% 0.61% -
HSV(B) 15º 0.17% 0.66% -
XYZ 31.76 31.54 29.61 -
YUV 153.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 169 148 141 0 0.12 0.17 0.34 15 0.14 0.61
Hex A9 94 8D 0 C 11 22 F E 3D
Octal 251 224 215 0 14 21 42 17 16 75
Binary 10101001 10010100 10001101 0 1100 10001 100010 1111 1110 111101

Color Harmonies of #A9948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9948D

Black with #A9948D

Text Example


Text Example

White with #A9948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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