Html Css Color HEX #A48F5F Teak

📋 copy color: '#A48F5F'

red 164 ◦ green 143 ◦ blue 95

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

Shades of Teak #A48F5F

Tints of Teak #A48F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 40.8%
G = 35.57%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A48F5F (or 0xA48F5F) is known color: Teak. HEX triplet: A4, 8F and 5F. RGB value is (164,143,95). Sum of RGB (Red+Green+Blue) = 164+143+95=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F5F is #5B70A0. Grayscale: #909090. Windows color (decimal): -5992609 or 6262692. OLE color: 6262692.

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

Color convert

RGB 164 143 95 -
CMYK 0 0.13 0.42 0.36
HSL 41.74º 0.27% 0.51% -
HSV(B) 41.74º 0.42% 0.64% -
XYZ 27.2 28.36 14.87 -
YUV 143.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 164 143 95 0 0.13 0.42 0.36 41.74 0.27 0.51
Hex A4 8F 5F 0 D 2A 24 2A 1B 33
Octal 244 217 137 0 15 52 44 52 33 63
Binary 10100100 10001111 1011111 0 1101 101010 100100 101010 11011 110011

Color Harmonies of #A48F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F5F

Black with #A48F5F

Text Example


Text Example

White with #A48F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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