Html Css Color HEX #A6938F Thatch

📋 copy color: '#A6938F'

red 166 ◦ green 147 ◦ blue 143

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

Shades of Thatch #A6938F

Tints of Thatch #A6938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.24%

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 36.4%
G = 32.24%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6938F (or 0xA6938F) is known color: Thatch. HEX triplet: A6, 93 and 8F. RGB value is (166,147,143). Sum of RGB (Red+Green+Blue) = 166+147+143=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938F is #596C70. Grayscale: #989898. Windows color (decimal): -5860465 or 9409446. OLE color: 9409446.

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

Color convert

RGB 166 147 143 -
CMYK 0 0.11 0.14 0.35
HSL 10.43º 0.11% 0.61% -
HSV(B) 10.43º 0.14% 0.65% -
XYZ 31.12 30.96 30.32 -
YUV 152.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 166 147 143 0 0.11 0.14 0.35 10.43 0.11 0.61
Hex A6 93 8F 0 B E 23 A B 3D
Octal 246 223 217 0 13 16 43 12 13 75
Binary 10100110 10010011 10001111 0 1011 1110 100011 1010 1011 111101

Color Harmonies of #A6938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6938F

Black with #A6938F

Text Example


Text Example

White with #A6938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6938F; }

 p { color: rgb(166,147,143); }

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

background-color css

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

 a { background-color: rgb(166,147,143); }

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

border-color css

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

 span { border-color: rgb(166,147,143); }

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