Html Css Color HEX #A19794 Thatch

📋 copy color: '#A19794'

red 161 ◦ green 151 ◦ blue 148

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

Shades of Thatch #A19794

Tints of Thatch #A19794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 35%
G = 32.83%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A19794 (or 0xA19794) is known color: Thatch. HEX triplet: A1, 97 and 94. RGB value is (161,151,148). Sum of RGB (Red+Green+Blue) = 161+151+148=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19794 is #5E686B. Grayscale: #999999. Windows color (decimal): -6187116 or 9738145. OLE color: 9738145.

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

Color convert

RGB 161 151 148 -
CMYK 0 0.06 0.08 0.37
HSL 13.85º 0.06% 0.61% -
HSV(B) 13.85º 0.08% 0.63% -
XYZ 31.11 31.85 32.52 -
YUV 153.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 161 151 148 0 0.06 0.08 0.37 13.85 0.06 0.61
Hex A1 97 94 0 6 8 25 E 6 3D
Octal 241 227 224 0 6 10 45 16 6 75
Binary 10100001 10010111 10010100 0 110 1000 100101 1110 110 111101

Color Harmonies of #A19794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19794

Black with #A19794

Text Example


Text Example

White with #A19794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19794; }

 p { color: rgb(161,151,148); }

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

background-color css

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

 a { background-color: rgb(161,151,148); }

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

border-color css

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

 span { border-color: rgb(161,151,148); }

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