Html Css Color HEX #A18B52 Teak

📋 copy color: '#A18B52'

red 161 ◦ green 139 ◦ blue 82

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

Shades of Teak #A18B52

Tints of Teak #A18B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

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

R = 42.15%
G = 36.39%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A18B52 (or 0xA18B52) is known color: Teak. HEX triplet: A1, 8B and 52. RGB value is (161,139,82). Sum of RGB (Red+Green+Blue) = 161+139+82=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B52 is #5E74AD. Grayscale: #8B8B8B. Windows color (decimal): -6190254 or 5409697. OLE color: 5409697.

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

Color convert

RGB 161 139 82 -
CMYK 0 0.14 0.49 0.37
HSL 43.29º 0.33% 0.48% -
HSV(B) 43.29º 0.49% 0.63% -
XYZ 25.45 26.65 11.79 -
YUV 139.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 161 139 82 0 0.14 0.49 0.37 43.29 0.33 0.48
Hex A1 8B 52 0 E 31 25 2B 21 30
Octal 241 213 122 0 16 61 45 53 41 60
Binary 10100001 10001011 1010010 0 1110 110001 100101 101011 100001 110000

Color Harmonies of #A18B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B52

Black with #A18B52

Text Example


Text Example

White with #A18B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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