Html Css Color HEX #A48E61 Teak

📋 copy color: '#A48E61'

red 164 ◦ green 142 ◦ blue 97

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

Shades of Teak #A48E61

Tints of Teak #A48E61

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 40.69%
G = 35.24%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A48E61 (or 0xA48E61) is known color: Teak. HEX triplet: A4, 8E and 61. RGB value is (164,142,97). Sum of RGB (Red+Green+Blue) = 164+142+97=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E61 is #5B719E. Grayscale: #8F8F8F. Windows color (decimal): -5992863 or 6393508. OLE color: 6393508.

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

Color convert

RGB 164 142 97 -
CMYK 0 0.13 0.41 0.36
HSL 40.3º 0.27% 0.51% -
HSV(B) 40.3º 0.41% 0.64% -
XYZ 27.14 28.1 15.3 -
YUV 143.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 164 142 97 0 0.13 0.41 0.36 40.3 0.27 0.51
Hex A4 8E 61 0 D 29 24 28 1B 33
Octal 244 216 141 0 15 51 44 50 33 63
Binary 10100100 10001110 1100001 0 1101 101001 100100 101000 11011 110011

Color Harmonies of #A48E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E61

Black with #A48E61

Text Example


Text Example

White with #A48E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E61; }

 p { color: rgb(164,142,97); }

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

background-color css

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

 a { background-color: rgb(164,142,97); }

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

border-color css

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

 span { border-color: rgb(164,142,97); }

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