Html Css Color HEX #A18852 Teak

📋 copy color: '#A18852'

red 161 ◦ green 136 ◦ blue 82

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

Shades of Teak #A18852

Tints of Teak #A18852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 42.48%
G = 35.88%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A18852 (or 0xA18852) is known color: Teak. HEX triplet: A1, 88 and 52. RGB value is (161,136,82). Sum of RGB (Red+Green+Blue) = 161+136+82=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A18852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18852 is #5E77AD. Grayscale: #898989. Windows color (decimal): -6191022 or 5408929. OLE color: 5408929.

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

Color convert

RGB 161 136 82 -
CMYK 0 0.16 0.49 0.37
HSL 41.01º 0.33% 0.48% -
HSV(B) 41.01º 0.49% 0.63% -
XYZ 25.03 25.79 11.64 -
YUV 137.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 161 136 82 0 0.16 0.49 0.37 41.01 0.33 0.48
Hex A1 88 52 0 10 31 25 29 21 30
Octal 241 210 122 0 20 61 45 51 41 60
Binary 10100001 10001000 1010010 0 10000 110001 100101 101001 100001 110000

Color Harmonies of #A18852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18852

Black with #A18852

Text Example


Text Example

White with #A18852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18852; }

 p { color: rgb(161,136,82); }

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

background-color css

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

 a { background-color: rgb(161,136,82); }

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

border-color css

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

 span { border-color: rgb(161,136,82); }

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