Html Css Color HEX #A18D52 Teak

📋 copy color: '#A18D52'

red 161 ◦ green 141 ◦ blue 82

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

Shades of Teak #A18D52

Tints of Teak #A18D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

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

R = 41.93%
G = 36.72%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A18D52 (or 0xA18D52) is known color: Teak. HEX triplet: A1, 8D and 52. RGB value is (161,141,82). Sum of RGB (Red+Green+Blue) = 161+141+82=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D52 is #5E72AD. Grayscale: #8C8C8C. Windows color (decimal): -6189742 or 5410209. OLE color: 5410209.

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

Color convert

RGB 161 141 82 -
CMYK 0 0.12 0.49 0.37
HSL 44.81º 0.33% 0.48% -
HSV(B) 44.81º 0.49% 0.63% -
XYZ 25.75 27.24 11.88 -
YUV 140.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 161 141 82 0 0.12 0.49 0.37 44.81 0.33 0.48
Hex A1 8D 52 0 C 31 25 2D 21 30
Octal 241 215 122 0 14 61 45 55 41 60
Binary 10100001 10001101 1010010 0 1100 110001 100101 101101 100001 110000

Color Harmonies of #A18D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D52

Black with #A18D52

Text Example


Text Example

White with #A18D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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