Html Css Color HEX #A39795 Thatch

📋 copy color: '#A39795'

red 163 ◦ green 151 ◦ blue 149

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

Shades of Thatch #A39795

Tints of Thatch #A39795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

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

R = 35.21%
G = 32.61%
B = 32.18%

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

#A39795 (or 0xA39795) is known color: Thatch. HEX triplet: A3, 97 and 95. RGB value is (163,151,149). Sum of RGB (Red+Green+Blue) = 163+151+149=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39795 is #5C686A. Grayscale: #9A9A9A. Windows color (decimal): -6056043 or 9803683. OLE color: 9803683.

HSL color Cylindrical-coordinate representation of color #A39795: hue angle of 8.57º 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 #A39795 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 149 -
CMYK 0 0.07 0.09 0.36
HSL 8.57º 0.07% 0.61% -
HSV(B) 8.57º 0.09% 0.64% -
XYZ 31.6 32.09 32.96 -
YUV 154.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 163 151 149 0 0.07 0.09 0.36 8.57 0.07 0.61
Hex A3 97 95 0 7 9 24 9 7 3D
Octal 243 227 225 0 7 11 44 11 7 75
Binary 10100011 10010111 10010101 0 111 1001 100100 1001 111 111101

Color Harmonies of #A39795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39795

Black with #A39795

Text Example


Text Example

White with #A39795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39795; }

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

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

background-color css

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

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

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

border-color css

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

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

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