Html Css Color HEX #A18A85 Thatch

📋 copy color: '#A18A85'

red 161 ◦ green 138 ◦ blue 133

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

Shades of Thatch #A18A85

Tints of Thatch #A18A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 37.27%
G = 31.94%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A18A85 (or 0xA18A85) is known color: Thatch. HEX triplet: A1, 8A and 85. RGB value is (161,138,133). Sum of RGB (Red+Green+Blue) = 161+138+133=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A85 is #5E757A. Grayscale: #909090. Windows color (decimal): -6190459 or 8751777. OLE color: 8751777.

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

Color convert

RGB 161 138 133 -
CMYK 0 0.14 0.17 0.37
HSL 10.71º 0.13% 0.58% -
HSV(B) 10.71º 0.17% 0.63% -
XYZ 28.02 27.45 26.01 -
YUV 144.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 161 138 133 0 0.14 0.17 0.37 10.71 0.13 0.58
Hex A1 8A 85 0 E 11 25 B D 3A
Octal 241 212 205 0 16 21 45 13 15 72
Binary 10100001 10001010 10000101 0 1110 10001 100101 1011 1101 111010

Color Harmonies of #A18A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A85

Black with #A18A85

Text Example


Text Example

White with #A18A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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