Html Css Color HEX #A48759 Teak

📋 copy color: '#A48759'

red 164 ◦ green 135 ◦ blue 89

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

Shades of Teak #A48759

Tints of Teak #A48759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

 BLUE value IS 89 (35.16% from 255) = 22.94%

R = 42.27%
G = 34.79%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A48759 (or 0xA48759) is known color: Teak. HEX triplet: A4, 87 and 59. RGB value is (164,135,89). Sum of RGB (Red+Green+Blue) = 164+135+89=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A48759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48759 is #5B78A6. Grayscale: #8A8A8A. Windows color (decimal): -5994663 or 5867428. OLE color: 5867428.

HSL color Cylindrical-coordinate representation of color #A48759: hue angle of 36.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A48759 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 89 -
CMYK 0 0.18 0.46 0.36
HSL 36.8º 0.3% 0.5% -
HSV(B) 36.8º 0.46% 0.64% -
XYZ 25.78 25.94 13.1 -
YUV 138.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 164 135 89 0 0.18 0.46 0.36 36.8 0.3 0.5
Hex A4 87 59 0 12 2E 24 25 1E 32
Octal 244 207 131 0 22 56 44 45 36 62
Binary 10100100 10000111 1011001 0 10010 101110 100100 100101 11110 110010

Color Harmonies of #A48759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48759

Black with #A48759

Text Example


Text Example

White with #A48759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48759; }

 p { color: rgb(164,135,89); }

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

background-color css

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

 a { background-color: rgb(164,135,89); }

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

border-color css

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

 span { border-color: rgb(164,135,89); }

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