Html Css Color HEX #A48E89 Thatch

📋 copy color: '#A48E89'

red 164 ◦ green 142 ◦ blue 137

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

Shades of Thatch #A48E89

Tints of Thatch #A48E89

RGB

 RED value IS 164 (64.45% from 255) = 37.02%

 GREEN value IS 142 (55.86% from 255) = 32.05%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 37.02%
G = 32.05%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48E89 (or 0xA48E89) is known color: Thatch. HEX triplet: A4, 8E and 89. RGB value is (164,142,137). Sum of RGB (Red+Green+Blue) = 164+142+137=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E89 is #5B7176. Grayscale: #949494. Windows color (decimal): -5992823 or 9014948. OLE color: 9014948.

HSL color Cylindrical-coordinate representation of color #A48E89: hue angle of 11.11º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48E89 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 137 -
CMYK 0 0.13 0.16 0.36
HSL 11.11º 0.13% 0.59% -
HSV(B) 11.11º 0.16% 0.64% -
XYZ 29.5 29.04 27.72 -
YUV 148.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 164 142 137 0 0.13 0.16 0.36 11.11 0.13 0.59
Hex A4 8E 89 0 D 10 24 B D 3B
Octal 244 216 211 0 15 20 44 13 15 73
Binary 10100100 10001110 10001001 0 1101 10000 100100 1011 1101 111011

Color Harmonies of #A48E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E89

Black with #A48E89

Text Example


Text Example

White with #A48E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E89; }

 p { color: rgb(164,142,137); }

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

background-color css

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

 a { background-color: rgb(164,142,137); }

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

border-color css

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

 span { border-color: rgb(164,142,137); }

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