Html Css Color HEX #A58458 Teak

📋 copy color: '#A58458'

red 165 ◦ green 132 ◦ blue 88

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

Shades of Teak #A58458

Tints of Teak #A58458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 88 (34.77% from 255) = 22.86%

R = 42.86%
G = 34.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A58458 (or 0xA58458) is known color: Teak. HEX triplet: A5, 84 and 58. RGB value is (165,132,88). Sum of RGB (Red+Green+Blue) = 165+132+88=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58458 is #5A7BA7. Grayscale: #898989. Windows color (decimal): -5929896 or 5801125. OLE color: 5801125.

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

Color convert

RGB 165 132 88 -
CMYK 0 0.20 0.47 0.35
HSL 34.29º 0.3% 0.5% -
HSV(B) 34.29º 0.47% 0.65% -
XYZ 25.53 25.21 12.75 -
YUV 136.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 165 132 88 0 0.20 0.47 0.35 34.29 0.3 0.5
Hex A5 84 58 0 14 2F 23 22 1E 32
Octal 245 204 130 0 24 57 43 42 36 62
Binary 10100101 10000100 1011000 0 10100 101111 100011 100010 11110 110010

Color Harmonies of #A58458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58458

Black with #A58458

Text Example


Text Example

White with #A58458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58458; }

 p { color: rgb(165,132,88); }

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

background-color css

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

 a { background-color: rgb(165,132,88); }

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

border-color css

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

 span { border-color: rgb(165,132,88); }

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