Html Css Color HEX #A19694 Thatch

📋 copy color: '#A19694'

red 161 ◦ green 150 ◦ blue 148

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

Shades of Thatch #A19694

Tints of Thatch #A19694

RGB

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

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

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

R = 35.08%
G = 32.68%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A19694 (or 0xA19694) is known color: Thatch. HEX triplet: A1, 96 and 94. RGB value is (161,150,148). Sum of RGB (Red+Green+Blue) = 161+150+148=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19694 is #5E696B. Grayscale: #999999. Windows color (decimal): -6187372 or 9737889. OLE color: 9737889.

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

Color convert

RGB 161 150 148 -
CMYK 0 0.07 0.08 0.37
HSL 9.23º 0.06% 0.61% -
HSV(B) 9.23º 0.08% 0.63% -
XYZ 30.95 31.53 32.47 -
YUV 153.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 161 150 148 0 0.07 0.08 0.37 9.23 0.06 0.61
Hex A1 96 94 0 7 8 25 9 6 3D
Octal 241 226 224 0 7 10 45 11 6 75
Binary 10100001 10010110 10010100 0 111 1000 100101 1001 110 111101

Color Harmonies of #A19694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19694

Black with #A19694

Text Example


Text Example

White with #A19694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19694; }

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

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

background-color css

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

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

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

border-color css

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

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

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