Html Css Color HEX #A48C54 Teak

📋 copy color: '#A48C54'

red 164 ◦ green 140 ◦ blue 84

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

Shades of Teak #A48C54

Tints of Teak #A48C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.65%

R = 42.27%
G = 36.08%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A48C54 (or 0xA48C54) is known color: Teak. HEX triplet: A4, 8C and 54. RGB value is (164,140,84). Sum of RGB (Red+Green+Blue) = 164+140+84=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C54 is #5B73AB. Grayscale: #8D8D8D. Windows color (decimal): -5993388 or 5541028. OLE color: 5541028.

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

Color convert

RGB 164 140 84 -
CMYK 0 0.15 0.49 0.36
HSL 42º 0.32% 0.49% -
HSV(B) 42º 0.49% 0.64% -
XYZ 26.29 27.29 12.27 -
YUV 140.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 164 140 84 0 0.15 0.49 0.36 42 0.32 0.49
Hex A4 8C 54 0 F 31 24 2A 20 31
Octal 244 214 124 0 17 61 44 52 40 61
Binary 10100100 10001100 1010100 0 1111 110001 100100 101010 100000 110001

Color Harmonies of #A48C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C54

Black with #A48C54

Text Example


Text Example

White with #A48C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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