Html Css Color HEX #A9928D Thatch

📋 copy color: '#A9928D'

red 169 ◦ green 146 ◦ blue 141

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

Shades of Thatch #A9928D

Tints of Thatch #A9928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

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

R = 37.06%
G = 32.02%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9928D (or 0xA9928D) is known color: Thatch. HEX triplet: A9, 92 and 8D. RGB value is (169,146,141). Sum of RGB (Red+Green+Blue) = 169+146+141=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A9928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9928D is #566D72. Grayscale: #989898. Windows color (decimal): -5664115 or 9278121. OLE color: 9278121.

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

Color convert

RGB 169 146 141 -
CMYK 0 0.14 0.17 0.34
HSL 10.71º 0.14% 0.61% -
HSV(B) 10.71º 0.17% 0.66% -
XYZ 31.45 30.92 29.51 -
YUV 152.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 169 146 141 0 0.14 0.17 0.34 10.71 0.14 0.61
Hex A9 92 8D 0 E 11 22 B E 3D
Octal 251 222 215 0 16 21 42 13 16 75
Binary 10101001 10010010 10001101 0 1110 10001 100010 1011 1110 111101

Color Harmonies of #A9928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9928D

Black with #A9928D

Text Example


Text Example

White with #A9928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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