Html Css Color HEX #A09592 Thatch

📋 copy color: '#A09592'

red 160 ◦ green 149 ◦ blue 146

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

Shades of Thatch #A09592

Tints of Thatch #A09592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.75%

 BLUE value IS 146 (57.42% from 255) = 32.09%

R = 35.16%
G = 32.75%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A09592 (or 0xA09592) is known color: Thatch. HEX triplet: A0, 95 and 92. RGB value is (160,149,146). Sum of RGB (Red+Green+Blue) = 160+149+146=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09592 is #5F6A6D. Grayscale: #979797. Windows color (decimal): -6253166 or 9606560. OLE color: 9606560.

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

Color convert

RGB 160 149 146 -
CMYK 0 0.07 0.09 0.37
HSL 12.86º 0.07% 0.6% -
HSV(B) 12.86º 0.09% 0.63% -
XYZ 30.43 31.04 31.58 -
YUV 151.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 160 149 146 0 0.07 0.09 0.37 12.86 0.07 0.6
Hex A0 95 92 0 7 9 25 D 7 3C
Octal 240 225 222 0 7 11 45 15 7 74
Binary 10100000 10010101 10010010 0 111 1001 100101 1101 111 111100

Color Harmonies of #A09592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09592

Black with #A09592

Text Example


Text Example

White with #A09592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09592; }

 p { color: rgb(160,149,146); }

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

background-color css

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

 a { background-color: rgb(160,149,146); }

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

border-color css

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

 span { border-color: rgb(160,149,146); }

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