Html Css Color HEX #A58E4D Teak

📋 copy color: '#A58E4D'

red 165 ◦ green 142 ◦ blue 77

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

Shades of Teak #A58E4D

Tints of Teak #A58E4D

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

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

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

R = 42.97%
G = 36.98%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A58E4D (or 0xA58E4D) is known color: Teak. HEX triplet: A5, 8E and 4D. RGB value is (165,142,77). Sum of RGB (Red+Green+Blue) = 165+142+77=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E4D is #5A71B2. Grayscale: #8D8D8D. Windows color (decimal): -5927347 or 5082789. OLE color: 5082789.

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

Color convert

RGB 165 142 77 -
CMYK 0 0.14 0.53 0.35
HSL 44.32º 0.36% 0.47% -
HSV(B) 44.32º 0.53% 0.65% -
XYZ 26.53 27.88 11 -
YUV 141.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 165 142 77 0 0.14 0.53 0.35 44.32 0.36 0.47
Hex A5 8E 4D 0 E 35 23 2C 24 2F
Octal 245 216 115 0 16 65 43 54 44 57
Binary 10100101 10001110 1001101 0 1110 110101 100011 101100 100100 101111

Color Harmonies of #A58E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E4D

Black with #A58E4D

Text Example


Text Example

White with #A58E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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