Html Css Color HEX #A19053 Teak

📋 copy color: '#A19053'

red 161 ◦ green 144 ◦ blue 83

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

Shades of Teak #A19053

Tints of Teak #A19053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 41.49%
G = 37.11%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A19053 (or 0xA19053) is known color: Teak. HEX triplet: A1, 90 and 53. RGB value is (161,144,83). Sum of RGB (Red+Green+Blue) = 161+144+83=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A19053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19053 is #5E6FAC. Grayscale: #8E8E8E. Windows color (decimal): -6188973 or 5476513. OLE color: 5476513.

HSL color Cylindrical-coordinate representation of color #A19053: hue angle of 46.92º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19053 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 83 -
CMYK 0 0.11 0.48 0.37
HSL 46.92º 0.32% 0.48% -
HSV(B) 46.92º 0.48% 0.63% -
XYZ 26.23 28.15 12.23 -
YUV 142.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 161 144 83 0 0.11 0.48 0.37 46.92 0.32 0.48
Hex A1 90 53 0 B 30 25 2F 20 30
Octal 241 220 123 0 13 60 45 57 40 60
Binary 10100001 10010000 1010011 0 1011 110000 100101 101111 100000 110000

Color Harmonies of #A19053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19053

Black with #A19053

Text Example


Text Example

White with #A19053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19053; }

 p { color: rgb(161,144,83); }

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

background-color css

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

 a { background-color: rgb(161,144,83); }

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

border-color css

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

 span { border-color: rgb(161,144,83); }

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