Html Css Color HEX #A19692 Thatch

📋 copy color: '#A19692'

red 161 ◦ green 150 ◦ blue 146

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

Shades of Thatch #A19692

Tints of Thatch #A19692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.82%

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

R = 35.23%
G = 32.82%
B = 31.95%

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

#A19692 (or 0xA19692) is known color: Thatch. HEX triplet: A1, 96 and 92. RGB value is (161,150,146). Sum of RGB (Red+Green+Blue) = 161+150+146=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19692 is #5E696D. Grayscale: #989898. Windows color (decimal): -6187374 or 9606817. OLE color: 9606817.

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

Color convert

RGB 161 150 146 -
CMYK 0 0.07 0.09 0.37
HSL 16º 0.07% 0.6% -
HSV(B) 16º 0.09% 0.63% -
XYZ 30.79 31.47 31.64 -
YUV 152.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 161 150 146 0 0.07 0.09 0.37 16 0.07 0.6
Hex A1 96 92 0 7 9 25 10 7 3C
Octal 241 226 222 0 7 11 45 20 7 74
Binary 10100001 10010110 10010010 0 111 1001 100101 10000 111 111100

Color Harmonies of #A19692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19692

Black with #A19692

Text Example


Text Example

White with #A19692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19692; }

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

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

background-color css

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

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

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

border-color css

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

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

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