Html Css Color HEX #A48E5C Teak

📋 copy color: '#A48E5C'

red 164 ◦ green 142 ◦ blue 92

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

Shades of Teak #A48E5C

Tints of Teak #A48E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 41.21%
G = 35.68%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A48E5C (or 0xA48E5C) is known color: Teak. HEX triplet: A4, 8E and 5C. RGB value is (164,142,92). Sum of RGB (Red+Green+Blue) = 164+142+92=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E5C is #5B71A3. Grayscale: #8F8F8F. Windows color (decimal): -5992868 or 6065828. OLE color: 6065828.

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

Color convert

RGB 164 142 92 -
CMYK 0 0.13 0.44 0.36
HSL 41.67º 0.28% 0.5% -
HSV(B) 41.67º 0.44% 0.64% -
XYZ 26.91 28.01 14.11 -
YUV 142.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 164 142 92 0 0.13 0.44 0.36 41.67 0.28 0.5
Hex A4 8E 5C 0 D 2C 24 2A 1C 32
Octal 244 216 134 0 15 54 44 52 34 62
Binary 10100100 10001110 1011100 0 1101 101100 100100 101010 11100 110010

Color Harmonies of #A48E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E5C

Black with #A48E5C

Text Example


Text Example

White with #A48E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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