Html Css Color HEX #A19255 Teak

📋 copy color: '#A19255'

red 161 ◦ green 146 ◦ blue 85

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

Shades of Teak #A19255

Tints of Teak #A19255

RGB

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

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

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

R = 41.07%
G = 37.24%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A19255 (or 0xA19255) is known color: Teak. HEX triplet: A1, 92 and 55. RGB value is (161,146,85). Sum of RGB (Red+Green+Blue) = 161+146+85=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A19255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19255 is #5E6DAA. Grayscale: #8F8F8F. Windows color (decimal): -6188459 or 5608097. OLE color: 5608097.

HSL color Cylindrical-coordinate representation of color #A19255: hue angle of 48.16º 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 #A19255 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 146 85 -
CMYK 0 0.09 0.47 0.37
HSL 48.16º 0.31% 0.48% -
HSV(B) 48.16º 0.47% 0.63% -
XYZ 26.62 28.79 12.75 -
YUV 143.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 161 146 85 0 0.09 0.47 0.37 48.16 0.31 0.48
Hex A1 92 55 0 9 2F 25 30 1F 30
Octal 241 222 125 0 11 57 45 60 37 60
Binary 10100001 10010010 1010101 0 1001 101111 100101 110000 11111 110000

Color Harmonies of #A19255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19255

Black with #A19255

Text Example


Text Example

White with #A19255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19255; }

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

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

background-color css

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

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

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

border-color css

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

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

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