Html Css Color HEX #A39895 Thatch

📋 copy color: '#A39895'

red 163 ◦ green 152 ◦ blue 149

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

Shades of Thatch #A39895

Tints of Thatch #A39895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 35.13%
G = 32.76%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A39895 (or 0xA39895) is known color: Thatch. HEX triplet: A3, 98 and 95. RGB value is (163,152,149). Sum of RGB (Red+Green+Blue) = 163+152+149=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A39895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39895 is #5C676A. Grayscale: #9A9A9A. Windows color (decimal): -6055787 or 9803939. OLE color: 9803939.

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

Color convert

RGB 163 152 149 -
CMYK 0 0.07 0.09 0.36
HSL 12.86º 0.07% 0.61% -
HSV(B) 12.86º 0.09% 0.64% -
XYZ 31.76 32.41 33.02 -
YUV 154.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 163 152 149 0 0.07 0.09 0.36 12.86 0.07 0.61
Hex A3 98 95 0 7 9 24 D 7 3D
Octal 243 230 225 0 7 11 44 15 7 75
Binary 10100011 10011000 10010101 0 111 1001 100100 1101 111 111101

Color Harmonies of #A39895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39895

Black with #A39895

Text Example


Text Example

White with #A39895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39895; }

 p { color: rgb(163,152,149); }

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

background-color css

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

 a { background-color: rgb(163,152,149); }

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

border-color css

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

 span { border-color: rgb(163,152,149); }

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