Html Css Color HEX #A19996 Thatch

📋 copy color: '#A19996'

red 161 ◦ green 153 ◦ blue 150

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

Shades of Thatch #A19996

Tints of Thatch #A19996

RGB

 RED value IS 161 (63.28% from 255) = 34.7%

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 34.7%
G = 32.97%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A19996 (or 0xA19996) is known color: Thatch. HEX triplet: A1, 99 and 96. RGB value is (161,153,150). Sum of RGB (Red+Green+Blue) = 161+153+150=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A19996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19996 is #5E6669. Grayscale: #9B9B9B. Windows color (decimal): -6186602 or 9869729. OLE color: 9869729.

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

Color convert

RGB 161 153 150 -
CMYK 0 0.05 0.07 0.37
HSL 16.36º 0.06% 0.61% -
HSV(B) 16.36º 0.07% 0.63% -
XYZ 31.59 32.56 33.47 -
YUV 155.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 161 153 150 0 0.05 0.07 0.37 16.36 0.06 0.61
Hex A1 99 96 0 5 7 25 10 6 3D
Octal 241 231 226 0 5 7 45 20 6 75
Binary 10100001 10011001 10010110 0 101 111 100101 10000 110 111101

Color Harmonies of #A19996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19996

Black with #A19996

Text Example


Text Example

White with #A19996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19996; }

 p { color: rgb(161,153,150); }

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

background-color css

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

 a { background-color: rgb(161,153,150); }

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

border-color css

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

 span { border-color: rgb(161,153,150); }

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