Html Css Color HEX #A8938D Thatch

📋 copy color: '#A8938D'

red 168 ◦ green 147 ◦ blue 141

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

Shades of Thatch #A8938D

Tints of Thatch #A8938D

RGB

 RED value IS 168 (66.02% from 255) = 36.84%

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

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

R = 36.84%
G = 32.24%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8938D (or 0xA8938D) is known color: Thatch. HEX triplet: A8, 93 and 8D. RGB value is (168,147,141). Sum of RGB (Red+Green+Blue) = 168+147+141=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A8938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8938D is #576C72. Grayscale: #989898. Windows color (decimal): -5729395 or 9278376. OLE color: 9278376.

HSL color Cylindrical-coordinate representation of color #A8938D: hue angle of 13.33º degrees, saturation: 0.13, 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 #A8938D is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 141 -
CMYK 0 0.13 0.16 0.34
HSL 13.33º 0.13% 0.61% -
HSV(B) 13.33º 0.16% 0.66% -
XYZ 31.39 31.12 29.55 -
YUV 152.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 168 147 141 0 0.13 0.16 0.34 13.33 0.13 0.61
Hex A8 93 8D 0 D 10 22 D D 3D
Octal 250 223 215 0 15 20 42 15 15 75
Binary 10101000 10010011 10001101 0 1101 10000 100010 1101 1101 111101

Color Harmonies of #A8938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8938D

Black with #A8938D

Text Example


Text Example

White with #A8938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8938D; }

 p { color: rgb(168,147,141); }

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

background-color css

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

 a { background-color: rgb(168,147,141); }

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

border-color css

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

 span { border-color: rgb(168,147,141); }

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