Html Css Color HEX #A48E4D Teak

📋 copy color: '#A48E4D'

red 164 ◦ green 142 ◦ blue 77

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

Shades of Teak #A48E4D

Tints of Teak #A48E4D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 42.82%
G = 37.08%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A48E4D (or 0xA48E4D) is known color: Teak. HEX triplet: A4, 8E and 4D. RGB value is (164,142,77). Sum of RGB (Red+Green+Blue) = 164+142+77=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E4D is #5B71B2. Grayscale: #8D8D8D. Windows color (decimal): -5992883 or 5082788. OLE color: 5082788.

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

Color convert

RGB 164 142 77 -
CMYK 0 0.13 0.53 0.36
HSL 44.83º 0.36% 0.47% -
HSV(B) 44.83º 0.53% 0.64% -
XYZ 26.32 27.77 10.99 -
YUV 141.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 164 142 77 0 0.13 0.53 0.36 44.83 0.36 0.47
Hex A4 8E 4D 0 D 35 24 2D 24 2F
Octal 244 216 115 0 15 65 44 55 44 57
Binary 10100100 10001110 1001101 0 1101 110101 100100 101101 100100 101111

Color Harmonies of #A48E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E4D

Black with #A48E4D

Text Example


Text Example

White with #A48E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E4D; }

 p { color: rgb(164,142,77); }

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

background-color css

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

 a { background-color: rgb(164,142,77); }

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

border-color css

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

 span { border-color: rgb(164,142,77); }

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