Html Css Color HEX #A48F60 Teak

📋 copy color: '#A48F60'

red 164 ◦ green 143 ◦ blue 96

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

Shades of Teak #A48F60

Tints of Teak #A48F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 40.69%
G = 35.48%
B = 23.82%

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

#A48F60 (or 0xA48F60) is known color: Teak. HEX triplet: A4, 8F and 60. RGB value is (164,143,96). Sum of RGB (Red+Green+Blue) = 164+143+96=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F60 is #5B709F. Grayscale: #909090. Windows color (decimal): -5992608 or 6328228. OLE color: 6328228.

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

Color convert

RGB 164 143 96 -
CMYK 0 0.13 0.41 0.36
HSL 41.47º 0.27% 0.51% -
HSV(B) 41.47º 0.41% 0.64% -
XYZ 27.24 28.38 15.11 -
YUV 143.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 164 143 96 0 0.13 0.41 0.36 41.47 0.27 0.51
Hex A4 8F 60 0 D 29 24 29 1B 33
Octal 244 217 140 0 15 51 44 51 33 63
Binary 10100100 10001111 1100000 0 1101 101001 100100 101001 11011 110011

Color Harmonies of #A48F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F60

Black with #A48F60

Text Example


Text Example

White with #A48F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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