Html Css Color HEX #A48F57 Teak

📋 copy color: '#A48F57'

red 164 ◦ green 143 ◦ blue 87

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

Shades of Teak #A48F57

Tints of Teak #A48F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 41.62%
G = 36.29%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A48F57 (or 0xA48F57) is known color: Teak. HEX triplet: A4, 8F and 57. RGB value is (164,143,87). Sum of RGB (Red+Green+Blue) = 164+143+87=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F57 is #5B70A8. Grayscale: #8F8F8F. Windows color (decimal): -5992617 or 5738404. OLE color: 5738404.

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

Color convert

RGB 164 143 87 -
CMYK 0 0.13 0.47 0.36
HSL 43.64º 0.31% 0.49% -
HSV(B) 43.64º 0.47% 0.64% -
XYZ 26.85 28.23 13.05 -
YUV 142.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 164 143 87 0 0.13 0.47 0.36 43.64 0.31 0.49
Hex A4 8F 57 0 D 2F 24 2C 1F 31
Octal 244 217 127 0 15 57 44 54 37 61
Binary 10100100 10001111 1010111 0 1101 101111 100100 101100 11111 110001

Color Harmonies of #A48F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F57

Black with #A48F57

Text Example


Text Example

White with #A48F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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