Html Css Color HEX #A6928E Thatch

📋 copy color: '#A6928E'

red 166 ◦ green 146 ◦ blue 142

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

Shades of Thatch #A6928E

Tints of Thatch #A6928E

RGB

 RED value IS 166 (65.23% from 255) = 36.56%

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

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

R = 36.56%
G = 32.16%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6928E (or 0xA6928E) is known color: Thatch. HEX triplet: A6, 92 and 8E. RGB value is (166,146,142). Sum of RGB (Red+Green+Blue) = 166+146+142=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6928E is #596D71. Grayscale: #979797. Windows color (decimal): -5860722 or 9343654. OLE color: 9343654.

HSL color Cylindrical-coordinate representation of color #A6928E: hue angle of 10º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6928E is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 142 -
CMYK 0 0.12 0.14 0.35
HSL 10º 0.12% 0.6% -
HSV(B) 10º 0.14% 0.65% -
XYZ 30.89 30.62 29.87 -
YUV 151.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 166 146 142 0 0.12 0.14 0.35 10 0.12 0.6
Hex A6 92 8E 0 C E 23 A C 3C
Octal 246 222 216 0 14 16 43 12 14 74
Binary 10100110 10010010 10001110 0 1100 1110 100011 1010 1100 111100

Color Harmonies of #A6928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6928E

Black with #A6928E

Text Example


Text Example

White with #A6928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6928E; }

 p { color: rgb(166,146,142); }

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

background-color css

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

 a { background-color: rgb(166,146,142); }

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

border-color css

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

 span { border-color: rgb(166,146,142); }

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