Html Css Color HEX #A19055 Teak

📋 copy color: '#A19055'

red 161 ◦ green 144 ◦ blue 85

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

Shades of Teak #A19055

Tints of Teak #A19055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 41.28%
G = 36.92%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A19055 (or 0xA19055) is known color: Teak. HEX triplet: A1, 90 and 55. RGB value is (161,144,85). Sum of RGB (Red+Green+Blue) = 161+144+85=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A19055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19055 is #5E6FAA. Grayscale: #8E8E8E. Windows color (decimal): -6188971 or 5607585. OLE color: 5607585.

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

Color convert

RGB 161 144 85 -
CMYK 0 0.11 0.47 0.37
HSL 46.58º 0.31% 0.48% -
HSV(B) 46.58º 0.47% 0.63% -
XYZ 26.31 28.18 12.65 -
YUV 142.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 161 144 85 0 0.11 0.47 0.37 46.58 0.31 0.48
Hex A1 90 55 0 B 2F 25 2F 1F 30
Octal 241 220 125 0 13 57 45 57 37 60
Binary 10100001 10010000 1010101 0 1011 101111 100101 101111 11111 110000

Color Harmonies of #A19055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19055

Black with #A19055

Text Example


Text Example

White with #A19055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19055; }

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

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

background-color css

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

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

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

border-color css

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

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

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