Html Css Color HEX #A19291 Thatch

📋 copy color: '#A19291'

red 161 ◦ green 146 ◦ blue 145

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

Shades of Thatch #A19291

Tints of Thatch #A19291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.3%

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 35.62%
G = 32.3%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A19291 (or 0xA19291) is known color: Thatch. HEX triplet: A1, 92 and 91. RGB value is (161,146,145). Sum of RGB (Red+Green+Blue) = 161+146+145=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A19291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19291 is #5E6D6E. Grayscale: #969696. Windows color (decimal): -6188399 or 9540257. OLE color: 9540257.

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

Color convert

RGB 161 146 145 -
CMYK 0 0.09 0.10 0.37
HSL 3.75º 0.08% 0.6% -
HSV(B) 3.75º 0.1% 0.63% -
XYZ 30.09 30.18 31.03 -
YUV 150.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 161 146 145 0 0.09 0.10 0.37 3.75 0.08 0.6
Hex A1 92 91 0 9 A 25 4 8 3C
Octal 241 222 221 0 11 12 45 4 10 74
Binary 10100001 10010010 10010001 0 1001 1010 100101 100 1000 111100

Color Harmonies of #A19291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19291

Black with #A19291

Text Example


Text Example

White with #A19291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19291; }

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

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

background-color css

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

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

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

border-color css

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

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

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