Html Css Color HEX #A58B5C Teak

📋 copy color: '#A58B5C'

red 165 ◦ green 139 ◦ blue 92

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

Shades of Teak #A58B5C

Tints of Teak #A58B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 41.67%
G = 35.1%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A58B5C (or 0xA58B5C) is known color: Teak. HEX triplet: A5, 8B and 5C. RGB value is (165,139,92). Sum of RGB (Red+Green+Blue) = 165+139+92=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B5C is #5A74A3. Grayscale: #8D8D8D. Windows color (decimal): -5928100 or 6065061. OLE color: 6065061.

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

Color convert

RGB 165 139 92 -
CMYK 0 0.16 0.44 0.35
HSL 38.63º 0.29% 0.5% -
HSV(B) 38.63º 0.44% 0.65% -
XYZ 26.68 27.24 13.98 -
YUV 141.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 165 139 92 0 0.16 0.44 0.35 38.63 0.29 0.5
Hex A5 8B 5C 0 10 2C 23 27 1D 32
Octal 245 213 134 0 20 54 43 47 35 62
Binary 10100101 10001011 1011100 0 10000 101100 100011 100111 11101 110010

Color Harmonies of #A58B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B5C

Black with #A58B5C

Text Example


Text Example

White with #A58B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B5C; }

 p { color: rgb(165,139,92); }

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

background-color css

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

 a { background-color: rgb(165,139,92); }

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

border-color css

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

 span { border-color: rgb(165,139,92); }

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