Html Css Color HEX #A19051 Teak

📋 copy color: '#A19051'

red 161 ◦ green 144 ◦ blue 81

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

Shades of Teak #A19051

Tints of Teak #A19051

RGB

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

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

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

R = 41.71%
G = 37.31%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19051 (or 0xA19051) is known color: Teak. HEX triplet: A1, 90 and 51. RGB value is (161,144,81). Sum of RGB (Red+Green+Blue) = 161+144+81=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A19051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19051 is #5E6FAE. Grayscale: #8E8E8E. Windows color (decimal): -6188975 or 5345441. OLE color: 5345441.

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

Color convert

RGB 161 144 81 -
CMYK 0 0.11 0.50 0.37
HSL 47.25º 0.33% 0.47% -
HSV(B) 47.25º 0.5% 0.63% -
XYZ 26.16 28.12 11.83 -
YUV 141.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 161 144 81 0 0.11 0.50 0.37 47.25 0.33 0.47
Hex A1 90 51 0 B 32 25 2F 21 2F
Octal 241 220 121 0 13 62 45 57 41 57
Binary 10100001 10010000 1010001 0 1011 110010 100101 101111 100001 101111

Color Harmonies of #A19051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19051

Black with #A19051

Text Example


Text Example

White with #A19051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19051; }

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

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

background-color css

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

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

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

border-color css

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

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

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