Html Css Color HEX #A48D5E Teak

📋 copy color: '#A48D5E'

red 164 ◦ green 141 ◦ blue 94

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

Shades of Teak #A48D5E

Tints of Teak #A48D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 41.1%
G = 35.34%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A48D5E (or 0xA48D5E) is known color: Teak. HEX triplet: A4, 8D and 5E. RGB value is (164,141,94). Sum of RGB (Red+Green+Blue) = 164+141+94=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D5E is #5B72A1. Grayscale: #8E8E8E. Windows color (decimal): -5993122 or 6196644. OLE color: 6196644.

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

Color convert

RGB 164 141 94 -
CMYK 0 0.14 0.43 0.36
HSL 40.29º 0.28% 0.51% -
HSV(B) 40.29º 0.43% 0.64% -
XYZ 26.86 27.75 14.53 -
YUV 142.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 164 141 94 0 0.14 0.43 0.36 40.29 0.28 0.51
Hex A4 8D 5E 0 E 2B 24 28 1C 33
Octal 244 215 136 0 16 53 44 50 34 63
Binary 10100100 10001101 1011110 0 1110 101011 100100 101000 11100 110011

Color Harmonies of #A48D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D5E

Black with #A48D5E

Text Example


Text Example

White with #A48D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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