Html Css Color HEX #A59051 Teak

📋 copy color: '#A59051'

red 165 ◦ green 144 ◦ blue 81

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

Shades of Teak #A59051

Tints of Teak #A59051

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.92%

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 42.31%
G = 36.92%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A59051 (or 0xA59051) is known color: Teak. HEX triplet: A5, 90 and 51. RGB value is (165,144,81). Sum of RGB (Red+Green+Blue) = 165+144+81=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A59051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59051 is #5A6FAE. Grayscale: #8F8F8F. Windows color (decimal): -5926831 or 5345445. OLE color: 5345445.

HSL color Cylindrical-coordinate representation of color #A59051: hue angle of 45º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A59051 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 81 -
CMYK 0 0.13 0.51 0.35
HSL 45º 0.34% 0.48% -
HSV(B) 45º 0.51% 0.65% -
XYZ 26.98 28.54 11.87 -
YUV 143.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 165 144 81 0 0.13 0.51 0.35 45 0.34 0.48
Hex A5 90 51 0 D 33 23 2D 22 30
Octal 245 220 121 0 15 63 43 55 42 60
Binary 10100101 10010000 1010001 0 1101 110011 100011 101101 100010 110000

Color Harmonies of #A59051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59051

Black with #A59051

Text Example


Text Example

White with #A59051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59051; }

 p { color: rgb(165,144,81); }

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

background-color css

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

 a { background-color: rgb(165,144,81); }

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

border-color css

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

 span { border-color: rgb(165,144,81); }

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