Html Css Color HEX #A48D85 Thatch

📋 copy color: '#A48D85'

red 164 ◦ green 141 ◦ blue 133

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

Shades of Thatch #A48D85

Tints of Thatch #A48D85

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

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

R = 37.44%
G = 32.19%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A48D85 (or 0xA48D85) is known color: Thatch. HEX triplet: A4, 8D and 85. RGB value is (164,141,133). Sum of RGB (Red+Green+Blue) = 164+141+133=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D85 is #5B727A. Grayscale: #939393. Windows color (decimal): -5993083 or 8752548. OLE color: 8752548.

HSL color Cylindrical-coordinate representation of color #A48D85: hue angle of 15.48º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A48D85 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 133 -
CMYK 0 0.14 0.19 0.36
HSL 15.48º 0.15% 0.58% -
HSV(B) 15.48º 0.19% 0.64% -
XYZ 29.07 28.64 26.19 -
YUV 146.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 164 141 133 0 0.14 0.19 0.36 15.48 0.15 0.58
Hex A4 8D 85 0 E 13 24 F F 3A
Octal 244 215 205 0 16 23 44 17 17 72
Binary 10100100 10001101 10000101 0 1110 10011 100100 1111 1111 111010

Color Harmonies of #A48D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D85

Black with #A48D85

Text Example


Text Example

White with #A48D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D85; }

 p { color: rgb(164,141,133); }

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

background-color css

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

 a { background-color: rgb(164,141,133); }

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

border-color css

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

 span { border-color: rgb(164,141,133); }

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