Html Css Color HEX #A18A84 Thatch

📋 copy color: '#A18A84'

red 161 ◦ green 138 ◦ blue 132

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

Shades of Thatch #A18A84

Tints of Thatch #A18A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 132 (51.95% from 255) = 30.63%

R = 37.35%
G = 32.02%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A18A84 (or 0xA18A84) is known color: Thatch. HEX triplet: A1, 8A and 84. RGB value is (161,138,132). Sum of RGB (Red+Green+Blue) = 161+138+132=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A84 is #5E757B. Grayscale: #909090. Windows color (decimal): -6190460 or 8686241. OLE color: 8686241.

HSL color Cylindrical-coordinate representation of color #A18A84: hue angle of 12.41º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18A84 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 138 132 -
CMYK 0 0.14 0.18 0.37
HSL 12.41º 0.13% 0.57% -
HSV(B) 12.41º 0.18% 0.63% -
XYZ 27.95 27.42 25.65 -
YUV 144.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 161 138 132 0 0.14 0.18 0.37 12.41 0.13 0.57
Hex A1 8A 84 0 E 12 25 C D 39
Octal 241 212 204 0 16 22 45 14 15 71
Binary 10100001 10001010 10000100 0 1110 10010 100101 1100 1101 111001

Color Harmonies of #A18A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A84

Black with #A18A84

Text Example


Text Example

White with #A18A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A84; }

 p { color: rgb(161,138,132); }

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

background-color css

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

 a { background-color: rgb(161,138,132); }

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

border-color css

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

 span { border-color: rgb(161,138,132); }

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