Html Css Color HEX #A09794 Thatch

📋 copy color: '#A09794'

red 160 ◦ green 151 ◦ blue 148

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

Shades of Thatch #A09794

Tints of Thatch #A09794

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

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

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 34.86%
G = 32.9%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A09794 (or 0xA09794) is known color: Thatch. HEX triplet: A0, 97 and 94. RGB value is (160,151,148). Sum of RGB (Red+Green+Blue) = 160+151+148=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09794 is #5F686B. Grayscale: #999999. Windows color (decimal): -6252652 or 9738144. OLE color: 9738144.

HSL color Cylindrical-coordinate representation of color #A09794: hue angle of 15º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A09794 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 148 -
CMYK 0 0.06 0.07 0.37
HSL 15º 0.06% 0.6% -
HSV(B) 15º 0.07% 0.63% -
XYZ 30.91 31.74 32.52 -
YUV 153.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 160 151 148 0 0.06 0.07 0.37 15 0.06 0.6
Hex A0 97 94 0 6 7 25 F 6 3C
Octal 240 227 224 0 6 7 45 17 6 74
Binary 10100000 10010111 10010100 0 110 111 100101 1111 110 111100

Color Harmonies of #A09794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09794

Black with #A09794

Text Example


Text Example

White with #A09794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09794; }

 p { color: rgb(160,151,148); }

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

background-color css

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

 a { background-color: rgb(160,151,148); }

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

border-color css

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

 span { border-color: rgb(160,151,148); }

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