Html Css Color HEX #A18C4F Teak

📋 copy color: '#A18C4F'

red 161 ◦ green 140 ◦ blue 79

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

Shades of Teak #A18C4F

Tints of Teak #A18C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 42.37%
G = 36.84%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A18C4F (or 0xA18C4F) is known color: Teak. HEX triplet: A1, 8C and 4F. RGB value is (161,140,79). Sum of RGB (Red+Green+Blue) = 161+140+79=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C4F is #5E73B0. Grayscale: #8B8B8B. Windows color (decimal): -6190001 or 5213345. OLE color: 5213345.

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

Color convert

RGB 161 140 79 -
CMYK 0 0.13 0.51 0.37
HSL 44.63º 0.34% 0.47% -
HSV(B) 44.63º 0.51% 0.63% -
XYZ 25.49 26.9 11.25 -
YUV 139.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 161 140 79 0 0.13 0.51 0.37 44.63 0.34 0.47
Hex A1 8C 4F 0 D 33 25 2D 22 2F
Octal 241 214 117 0 15 63 45 55 42 57
Binary 10100001 10001100 1001111 0 1101 110011 100101 101101 100010 101111

Color Harmonies of #A18C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C4F

Black with #A18C4F

Text Example


Text Example

White with #A18C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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