Html Css Color HEX #A48B59 Teak

📋 copy color: '#A48B59'

red 164 ◦ green 139 ◦ blue 89

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

Shades of Teak #A48B59

Tints of Teak #A48B59

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

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

R = 41.84%
G = 35.46%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A48B59 (or 0xA48B59) is known color: Teak. HEX triplet: A4, 8B and 59. RGB value is (164,139,89). Sum of RGB (Red+Green+Blue) = 164+139+89=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B59 is #5B74A6. Grayscale: #8C8C8C. Windows color (decimal): -5993639 or 5868452. OLE color: 5868452.

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

Color convert

RGB 164 139 89 -
CMYK 0 0.15 0.46 0.36
HSL 40º 0.3% 0.5% -
HSV(B) 40º 0.46% 0.64% -
XYZ 26.35 27.08 13.29 -
YUV 140.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 164 139 89 0 0.15 0.46 0.36 40 0.3 0.5
Hex A4 8B 59 0 F 2E 24 28 1E 32
Octal 244 213 131 0 17 56 44 50 36 62
Binary 10100100 10001011 1011001 0 1111 101110 100100 101000 11110 110010

Color Harmonies of #A48B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B59

Black with #A48B59

Text Example


Text Example

White with #A48B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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