Html Css Color HEX #A38E8D Thatch

📋 copy color: '#A38E8D'

red 163 ◦ green 142 ◦ blue 141

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

Shades of Thatch #A38E8D

Tints of Thatch #A38E8D

RGB

 RED value IS 163 (64.06% from 255) = 36.55%

 GREEN value IS 142 (55.86% from 255) = 31.84%

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

R = 36.55%
G = 31.84%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A38E8D (or 0xA38E8D) is known color: Thatch. HEX triplet: A3, 8E and 8D. RGB value is (163,142,141). Sum of RGB (Red+Green+Blue) = 163+142+141=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E8D is #5C7172. Grayscale: #949494. Windows color (decimal): -6058355 or 9277091. OLE color: 9277091.

HSL color Cylindrical-coordinate representation of color #A38E8D: hue angle of 2.73º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A38E8D is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 142 141 -
CMYK 0 0.13 0.13 0.36
HSL 2.73º 0.11% 0.6% -
HSV(B) 2.73º 0.13% 0.64% -
XYZ 29.58 29.06 29.25 -
YUV 148.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 163 142 141 0 0.13 0.13 0.36 2.73 0.11 0.6
Hex A3 8E 8D 0 D D 24 3 B 3C
Octal 243 216 215 0 15 15 44 3 13 74
Binary 10100011 10001110 10001101 0 1101 1101 100100 11 1011 111100

Color Harmonies of #A38E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E8D

Black with #A38E8D

Text Example


Text Example

White with #A38E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E8D; }

 p { color: rgb(163,142,141); }

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

background-color css

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

 a { background-color: rgb(163,142,141); }

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

border-color css

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

 span { border-color: rgb(163,142,141); }

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