Html Css Color HEX #A48F61 Teak

📋 copy color: '#A48F61'

red 164 ◦ green 143 ◦ blue 97

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

Shades of Teak #A48F61

Tints of Teak #A48F61

RGB

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

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

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

R = 40.59%
G = 35.4%
B = 24.01%

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

#A48F61 (or 0xA48F61) is known color: Teak. HEX triplet: A4, 8F and 61. RGB value is (164,143,97). Sum of RGB (Red+Green+Blue) = 164+143+97=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F61 is #5B709E. Grayscale: #909090. Windows color (decimal): -5992607 or 6393764. OLE color: 6393764.

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

Color convert

RGB 164 143 97 -
CMYK 0 0.13 0.41 0.36
HSL 41.19º 0.27% 0.51% -
HSV(B) 41.19º 0.41% 0.64% -
XYZ 27.29 28.4 15.35 -
YUV 144.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 164 143 97 0 0.13 0.41 0.36 41.19 0.27 0.51
Hex A4 8F 61 0 D 29 24 29 1B 33
Octal 244 217 141 0 15 51 44 51 33 63
Binary 10100100 10001111 1100001 0 1101 101001 100100 101001 11011 110011

Color Harmonies of #A48F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F61

Black with #A48F61

Text Example


Text Example

White with #A48F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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