Html Css Color HEX #A58A4D Teak

📋 copy color: '#A58A4D'

red 165 ◦ green 138 ◦ blue 77

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

Shades of Teak #A58A4D

Tints of Teak #A58A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 43.42%
G = 36.32%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A58A4D (or 0xA58A4D) is known color: Teak. HEX triplet: A5, 8A and 4D. RGB value is (165,138,77). Sum of RGB (Red+Green+Blue) = 165+138+77=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A4D is #5A75B2. Grayscale: #8B8B8B. Windows color (decimal): -5928371 or 5081765. OLE color: 5081765.

HSL color Cylindrical-coordinate representation of color #A58A4D: hue angle of 41.59º 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 #A58A4D is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 138 77 -
CMYK 0 0.16 0.53 0.35
HSL 41.59º 0.36% 0.47% -
HSV(B) 41.59º 0.53% 0.65% -
XYZ 25.95 26.71 10.81 -
YUV 139.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 165 138 77 0 0.16 0.53 0.35 41.59 0.36 0.47
Hex A5 8A 4D 0 10 35 23 2A 24 2F
Octal 245 212 115 0 20 65 43 52 44 57
Binary 10100101 10001010 1001101 0 10000 110101 100011 101010 100100 101111

Color Harmonies of #A58A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A4D

Black with #A58A4D

Text Example


Text Example

White with #A58A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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