Html Css Color HEX #A18A4C Teak

📋 copy color: '#A18A4C'

red 161 ◦ green 138 ◦ blue 76

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

Shades of Teak #A18A4C

Tints of Teak #A18A4C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 42.93%
G = 36.8%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A18A4C (or 0xA18A4C) is known color: Teak. HEX triplet: A1, 8A and 4C. RGB value is (161,138,76). Sum of RGB (Red+Green+Blue) = 161+138+76=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A4C is #5E75B3. Grayscale: #8A8A8A. Windows color (decimal): -6190516 or 5016225. OLE color: 5016225.

HSL color Cylindrical-coordinate representation of color #A18A4C: hue angle of 43.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A18A4C is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 138 76 -
CMYK 0 0.14 0.53 0.37
HSL 43.76º 0.36% 0.46% -
HSV(B) 43.76º 0.53% 0.63% -
XYZ 25.09 26.28 10.59 -
YUV 137.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 161 138 76 0 0.14 0.53 0.37 43.76 0.36 0.46
Hex A1 8A 4C 0 E 35 25 2C 24 2E
Octal 241 212 114 0 16 65 45 54 44 56
Binary 10100001 10001010 1001100 0 1110 110101 100101 101100 100100 101110

Color Harmonies of #A18A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A4C

Black with #A18A4C

Text Example


Text Example

White with #A18A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A4C; }

 p { color: rgb(161,138,76); }

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

background-color css

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

 a { background-color: rgb(161,138,76); }

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

border-color css

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

 span { border-color: rgb(161,138,76); }

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