Html Css Color HEX #A48C89 Thatch

📋 copy color: '#A48C89'

red 164 ◦ green 140 ◦ blue 137

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

Shades of Thatch #A48C89

Tints of Thatch #A48C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

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

R = 37.19%
G = 31.75%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48C89 (or 0xA48C89) is known color: Thatch. HEX triplet: A4, 8C and 89. RGB value is (164,140,137). Sum of RGB (Red+Green+Blue) = 164+140+137=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C89 is #5B7376. Grayscale: #929292. Windows color (decimal): -5993335 or 9014436. OLE color: 9014436.

HSL color Cylindrical-coordinate representation of color #A48C89: hue angle of 6.67º 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 #A48C89 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 140 137 -
CMYK 0 0.15 0.16 0.36
HSL 6.67º 0.13% 0.59% -
HSV(B) 6.67º 0.16% 0.64% -
XYZ 29.2 28.45 27.62 -
YUV 146.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 164 140 137 0 0.15 0.16 0.36 6.67 0.13 0.59
Hex A4 8C 89 0 F 10 24 7 D 3B
Octal 244 214 211 0 17 20 44 7 15 73
Binary 10100100 10001100 10001001 0 1111 10000 100100 111 1101 111011

Color Harmonies of #A48C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C89

Black with #A48C89

Text Example


Text Example

White with #A48C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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