Html Css Color HEX #A48F51 Teak

📋 copy color: '#A48F51'

red 164 ◦ green 143 ◦ blue 81

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

Shades of Teak #A48F51

Tints of Teak #A48F51

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 81 (32.03% from 255) = 20.88%

R = 42.27%
G = 36.86%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A48F51 (or 0xA48F51) is known color: Teak. HEX triplet: A4, 8F and 51. RGB value is (164,143,81). Sum of RGB (Red+Green+Blue) = 164+143+81=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F51 is #5B70AE. Grayscale: #8E8E8E. Windows color (decimal): -5992623 or 5345188. OLE color: 5345188.

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

Color convert

RGB 164 143 81 -
CMYK 0 0.13 0.51 0.36
HSL 44.82º 0.34% 0.48% -
HSV(B) 44.82º 0.51% 0.64% -
XYZ 26.62 28.13 11.81 -
YUV 142.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 164 143 81 0 0.13 0.51 0.36 44.82 0.34 0.48
Hex A4 8F 51 0 D 33 24 2D 22 30
Octal 244 217 121 0 15 63 44 55 42 60
Binary 10100100 10001111 1010001 0 1101 110011 100100 101101 100010 110000

Color Harmonies of #A48F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F51

Black with #A48F51

Text Example


Text Example

White with #A48F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F51; }

 p { color: rgb(164,143,81); }

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

background-color css

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

 a { background-color: rgb(164,143,81); }

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

border-color css

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

 span { border-color: rgb(164,143,81); }

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