Html Css Color HEX #A48C5F Teak

📋 copy color: '#A48C5F'

red 164 ◦ green 140 ◦ blue 95

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

Shades of Teak #A48C5F

Tints of Teak #A48C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 41.1%
G = 35.09%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A48C5F (or 0xA48C5F) is known color: Teak. HEX triplet: A4, 8C and 5F. RGB value is (164,140,95). Sum of RGB (Red+Green+Blue) = 164+140+95=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C5F is #5B73A0. Grayscale: #8E8E8E. Windows color (decimal): -5993377 or 6261924. OLE color: 6261924.

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

Color convert

RGB 164 140 95 -
CMYK 0 0.15 0.42 0.36
HSL 39.13º 0.27% 0.51% -
HSV(B) 39.13º 0.42% 0.64% -
XYZ 26.75 27.47 14.72 -
YUV 142.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 164 140 95 0 0.15 0.42 0.36 39.13 0.27 0.51
Hex A4 8C 5F 0 F 2A 24 27 1B 33
Octal 244 214 137 0 17 52 44 47 33 63
Binary 10100100 10001100 1011111 0 1111 101010 100100 100111 11011 110011

Color Harmonies of #A48C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C5F

Black with #A48C5F

Text Example


Text Example

White with #A48C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C5F; }

 p { color: rgb(164,140,95); }

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

background-color css

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

 a { background-color: rgb(164,140,95); }

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

border-color css

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

 span { border-color: rgb(164,140,95); }

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