Html Css Color HEX #A09896 Thatch

📋 copy color: '#A09896'

red 160 ◦ green 152 ◦ blue 150

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

Shades of Thatch #A09896

Tints of Thatch #A09896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.47%

R = 34.63%
G = 32.9%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A09896 (or 0xA09896) is known color: Thatch. HEX triplet: A0, 98 and 96. RGB value is (160,152,150). Sum of RGB (Red+Green+Blue) = 160+152+150=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A09896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09896 is #5F6769. Grayscale: #9A9A9A. Windows color (decimal): -6252394 or 9869472. OLE color: 9869472.

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

Color convert

RGB 160 152 150 -
CMYK 0 0.05 0.06 0.37
HSL 12º 0.05% 0.61% -
HSV(B) 12º 0.06% 0.63% -
XYZ 31.23 32.13 33.41 -
YUV 154.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 160 152 150 0 0.05 0.06 0.37 12 0.05 0.61
Hex A0 98 96 0 5 6 25 C 5 3D
Octal 240 230 226 0 5 6 45 14 5 75
Binary 10100000 10011000 10010110 0 101 110 100101 1100 101 111101

Color Harmonies of #A09896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09896

Black with #A09896

Text Example


Text Example

White with #A09896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09896; }

 p { color: rgb(160,152,150); }

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

background-color css

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

 a { background-color: rgb(160,152,150); }

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

border-color css

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

 span { border-color: rgb(160,152,150); }

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