Html Css Color HEX #A19259 Teak

📋 copy color: '#A19259'

red 161 ◦ green 146 ◦ blue 89

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

Shades of Teak #A19259

Tints of Teak #A19259

RGB

 RED value IS 161 (63.28% from 255) = 40.66%

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 89 (35.16% from 255) = 22.47%

R = 40.66%
G = 36.87%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A19259 (or 0xA19259) is known color: Teak. HEX triplet: A1, 92 and 59. RGB value is (161,146,89). Sum of RGB (Red+Green+Blue) = 161+146+89=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19259 is #5E6DA6. Grayscale: #909090. Windows color (decimal): -6188455 or 5870241. OLE color: 5870241.

HSL color Cylindrical-coordinate representation of color #A19259: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A19259 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 146 89 -
CMYK 0 0.09 0.45 0.37
HSL 47.5º 0.29% 0.49% -
HSV(B) 47.5º 0.45% 0.63% -
XYZ 26.78 28.86 13.61 -
YUV 143.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 161 146 89 0 0.09 0.45 0.37 47.5 0.29 0.49
Hex A1 92 59 0 9 2D 25 30 1D 31
Octal 241 222 131 0 11 55 45 60 35 61
Binary 10100001 10010010 1011001 0 1001 101101 100101 110000 11101 110001

Color Harmonies of #A19259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19259

Black with #A19259

Text Example


Text Example

White with #A19259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19259; }

 p { color: rgb(161,146,89); }

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

background-color css

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

 a { background-color: rgb(161,146,89); }

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

border-color css

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

 span { border-color: rgb(161,146,89); }

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