Html Css Color HEX #A48B5E Teak

📋 copy color: '#A48B5E'

red 164 ◦ green 139 ◦ blue 94

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

Shades of Teak #A48B5E

Tints of Teak #A48B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 41.31%
G = 35.01%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A48B5E (or 0xA48B5E) is known color: Teak. HEX triplet: A4, 8B and 5E. RGB value is (164,139,94). Sum of RGB (Red+Green+Blue) = 164+139+94=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B5E is #5B74A1. Grayscale: #8D8D8D. Windows color (decimal): -5993634 or 6196132. OLE color: 6196132.

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

Color convert

RGB 164 139 94 -
CMYK 0 0.15 0.43 0.36
HSL 38.57º 0.28% 0.51% -
HSV(B) 38.57º 0.43% 0.64% -
XYZ 26.56 27.17 14.43 -
YUV 141.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 164 139 94 0 0.15 0.43 0.36 38.57 0.28 0.51
Hex A4 8B 5E 0 F 2B 24 27 1C 33
Octal 244 213 136 0 17 53 44 47 34 63
Binary 10100100 10001011 1011110 0 1111 101011 100100 100111 11100 110011

Color Harmonies of #A48B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B5E

Black with #A48B5E

Text Example


Text Example

White with #A48B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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