Html Css Color HEX #A18C4D Teak

📋 copy color: '#A18C4D'

red 161 ◦ green 140 ◦ blue 77

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

Shades of Teak #A18C4D

Tints of Teak #A18C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 42.59%
G = 37.04%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A18C4D (or 0xA18C4D) is known color: Teak. HEX triplet: A1, 8C and 4D. RGB value is (161,140,77). Sum of RGB (Red+Green+Blue) = 161+140+77=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C4D is #5E73B2. Grayscale: #8B8B8B. Windows color (decimal): -6190003 or 5082273. OLE color: 5082273.

HSL color Cylindrical-coordinate representation of color #A18C4D: hue angle of 45º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A18C4D is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 77 -
CMYK 0 0.13 0.52 0.37
HSL 45º 0.35% 0.47% -
HSV(B) 45º 0.52% 0.63% -
XYZ 25.42 26.87 10.87 -
YUV 139.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 161 140 77 0 0.13 0.52 0.37 45 0.35 0.47
Hex A1 8C 4D 0 D 34 25 2D 23 2F
Octal 241 214 115 0 15 64 45 55 43 57
Binary 10100001 10001100 1001101 0 1101 110100 100101 101101 100011 101111

Color Harmonies of #A18C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C4D

Black with #A18C4D

Text Example


Text Example

White with #A18C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C4D; }

 p { color: rgb(161,140,77); }

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

background-color css

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

 a { background-color: rgb(161,140,77); }

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

border-color css

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

 span { border-color: rgb(161,140,77); }

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