Html Css Color HEX #A18757 Teak

📋 copy color: '#A18757'

red 161 ◦ green 135 ◦ blue 87

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

Shades of Teak #A18757

Tints of Teak #A18757

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

 BLUE value IS 87 (34.38% from 255) = 22.72%

R = 42.04%
G = 35.25%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A18757 (or 0xA18757) is known color: Teak. HEX triplet: A1, 87 and 57. RGB value is (161,135,87). Sum of RGB (Red+Green+Blue) = 161+135+87=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A18757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18757 is #5E78A8. Grayscale: #898989. Windows color (decimal): -6191273 or 5736353. OLE color: 5736353.

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

Color convert

RGB 161 135 87 -
CMYK 0 0.16 0.46 0.37
HSL 38.92º 0.3% 0.49% -
HSV(B) 38.92º 0.46% 0.63% -
XYZ 25.08 25.59 12.63 -
YUV 137.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 161 135 87 0 0.16 0.46 0.37 38.92 0.3 0.49
Hex A1 87 57 0 10 2E 25 27 1E 31
Octal 241 207 127 0 20 56 45 47 36 61
Binary 10100001 10000111 1010111 0 10000 101110 100101 100111 11110 110001

Color Harmonies of #A18757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18757

Black with #A18757

Text Example


Text Example

White with #A18757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18757; }

 p { color: rgb(161,135,87); }

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

background-color css

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

 a { background-color: rgb(161,135,87); }

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

border-color css

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

 span { border-color: rgb(161,135,87); }

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