Html Css Color HEX #A48659 Teak

📋 copy color: '#A48659'

red 164 ◦ green 134 ◦ blue 89

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

Shades of Teak #A48659

Tints of Teak #A48659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

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

R = 42.38%
G = 34.63%
B = 23%

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

#A48659 (or 0xA48659) is known color: Teak. HEX triplet: A4, 86 and 59. RGB value is (164,134,89). Sum of RGB (Red+Green+Blue) = 164+134+89=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A48659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48659 is #5B79A6. Grayscale: #8A8A8A. Windows color (decimal): -5994919 or 5867172. OLE color: 5867172.

HSL color Cylindrical-coordinate representation of color #A48659: hue angle of 36º 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 #A48659 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 89 -
CMYK 0 0.18 0.46 0.36
HSL 36º 0.3% 0.5% -
HSV(B) 36º 0.46% 0.64% -
XYZ 25.64 25.66 13.05 -
YUV 137.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 164 134 89 0 0.18 0.46 0.36 36 0.3 0.5
Hex A4 86 59 0 12 2E 24 24 1E 32
Octal 244 206 131 0 22 56 44 44 36 62
Binary 10100100 10000110 1011001 0 10010 101110 100100 100100 11110 110010

Color Harmonies of #A48659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48659

Black with #A48659

Text Example


Text Example

White with #A48659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48659; }

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

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

background-color css

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

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

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

border-color css

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

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

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