Html Css Color HEX #A48A88 Thatch

📋 copy color: '#A48A88'

red 164 ◦ green 138 ◦ blue 136

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

Shades of Thatch #A48A88

Tints of Thatch #A48A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 37.44%
G = 31.51%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A48A88 (or 0xA48A88) is known color: Thatch. HEX triplet: A4, 8A and 88. RGB value is (164,138,136). Sum of RGB (Red+Green+Blue) = 164+138+136=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A88 is #5B7577. Grayscale: #919191. Windows color (decimal): -5993848 or 8948388. OLE color: 8948388.

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

Color convert

RGB 164 138 136 -
CMYK 0 0.16 0.17 0.36
HSL 4.29º 0.13% 0.59% -
HSV(B) 4.29º 0.17% 0.64% -
XYZ 28.84 27.85 27.15 -
YUV 145.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 164 138 136 0 0.16 0.17 0.36 4.29 0.13 0.59
Hex A4 8A 88 0 10 11 24 4 D 3B
Octal 244 212 210 0 20 21 44 4 15 73
Binary 10100100 10001010 10001000 0 10000 10001 100100 100 1101 111011

Color Harmonies of #A48A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A88

Black with #A48A88

Text Example


Text Example

White with #A48A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A88; }

 p { color: rgb(164,138,136); }

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

background-color css

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

 a { background-color: rgb(164,138,136); }

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

border-color css

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

 span { border-color: rgb(164,138,136); }

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